GET /api/v2/AuthorizationCodes

agco-ats.com

Summary: Get authorization codes.
Operation ID: AuthorizationCodes_GetAuthorizationCodes
Auth: oauth2
Description

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.

Parameters (7)

code (string, query, optional)

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

createdByUserID (integer, query, optional)

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

definitionID (string, query, optional)

Optional. If specified, filters codes by definition id.

deletedByUserID (integer, query, optional)

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

includeDeleted (boolean, query, optional)

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

limit (integer, query, optional)

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

offset (integer, query, optional)

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

No probe data for this endpoint yet.