v1

latestSwagger 2.02026-07-13285166341.1 KB
AuthorizationCodeDefinitions

Get authorization code definitions.

Additional searches: validationFields[Name]=true and dataFields[Name]=true. These can be used to search for authorization code definitions that have the specified data or validation fields.

get/api/v2/AuthorizationCodeDefinitions

Query parameters

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.

namestring

Optional. If specified, filters definitions by name. Starting and ending wildcards (*) supported.

createdByUserIDinteger

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

deletedByUserIDinteger

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

includeDeletedboolean

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

categoryIDstring

Optional. If specified, filters definitions with the designated categoryID.

Response

OK