Consent General
Queries related to all types of consent
Last updated
Was this helpful?
Queries related to all types of consent
Last updated
Was this helpful?
Query general consent records using specific filter criteria.
/APIcardProcREST/v1.0.0/Query/ConsentGeneral
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
A query string for obtaining specific consent records using Number's query language. Build logical terms and join them with '&&' for logical AND or '||' for logical OR. Use single quotes for text and date values. Refer to the variable chart for query composition:
(G=1)&&(B>'10/20/2024')
Retrieve consents associated with cards that are expiring within a specified number of days.
/APIcardProcREST/v1.0.0/Query/ConsentsExpiringCards
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The number of days within which the cards are expiring.
20
Retrieve consents for cards expiring within a specified date range.
/APIcardProcREST/v1.0.0/Query/ConsentsExpiringCards_01
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The start date of the expiration period.
7/10/2023
The end date of the expiration period.
8/9/2023