Exceptions

gbds-ping

get

This method is used to check the API availability.

Responses
200

default response

*/*
get
/gbds/v2/operations/ping
200

default response

listExceptions

get

This method returns a list of exceptions that match a given search criteria.

Query parameters
startDateinteger · int64Optional
endDateinteger · int64Optional
userstringOptional
keysstring[]Optional
biographicsstring[]Optional
labelsstring[]Required
Responses
200

default response

application/json
get
/gbds/v2/exceptions
200

default response

listByTransaction

get

This method returns the exception list from a given exception.

Path parameters
tguidstringRequired
Responses
200

default response

application/json
get
/gbds/v2/exceptions/{tguid}
200

default response

assignException

put

This method assigns an exception to a given user.

Path parameters
tguidstringRequired
pguidstringRequired
userstringRequired
Responses
200

default response

*/*
Responseobject
put
/gbds/v2/exceptions/{tguid}/{pguid}/users/{user}
200

default response

treat

post

This method provides the treatment for a given exception.

Body
Responses
200

default response

*/*
post
/gbds/v2/exceptions/treatment
200

default response

gbds-getPerson

get

This method returns the information of a person, given its PGUID.

Path parameters
pguidstringRequired
Query parameters
Responses
200

default response

*/*
get
/gbds/v2/people/{pguid}
200

default response

getTransaction

get

This method returns the data of a transaction, given its TGUID.

Path parameters
tguidstringRequired
Query parameters
Responses
200

default response

application/json
get
/gbds/v2/people/transactions/{tguid}
200

default response

listTransactions

get

This method returns a list of enrollment and update transactions that match the search criteria.

Query parameters
enrollStatusstring · enumOptionalPossible values:
qualityStatusstring · enumOptionalPossible values:
startDateinteger · int64Optional
endDateinteger · int64Optional
pageSizeinteger · int32Optional
pageIndexinteger · int32Optional
Responses
200

default response

application/json
get
/gbds/v2/people/transactions
200

default response

Last updated

Was this helpful?