v1

latestSwagger 2.02026-07-13285166341.1 KB
AuthorizationCodes

Get authorization codes.

Additional searches: validationParameters[Name]=Value and dataParameters[Name]=Value. These can be used to search for authorization codes that have been generated using specified values for data or validation parameters.

get/api/v2/AuthorizationCodes

Query parameters

codestring

Optional. If provided, searches for entities with the provided authorization code.

limitinteger

Optional. The page limit. If not specified, the default page limit is 10.

offsetinteger

Optional. The page offset. If not specified, the default page offset is 0.

definitionIDstring

Optional. If specified, filters codes by definition id.

createdByUserIDinteger

Optional. If specified, filters codes to those created by the given User ID.

deletedByUserIDinteger

Optional. If specified, filters codes to those deleted by the given User ID.

includeDeletedboolean

Optional. Whether to include deleted codes. 'False' by default.

Response

OK