GET /api/v2/Reporting/RegisteredClients

agco-ats.com

Summary: Get a list of subscribed clients
Operation ID: Reporting_RegisteredClients
Auth: oauth2
Description

No Documentation Found.

Parameters (11)

ClientID (string, query, optional)

Optional. Filter where ClientID matches a value. Wildcards are supported (*).

LastCheckInAfter (string, query, optional)

Optional. Filter where LastCheckIn occured after the provided date.

LastCheckInBefore (string, query, optional)

Optional. Filter where LastCheckIn occured before the provided date.

OrderBy (string, query, optional)

Optional. Specify the order in which results should be returned. Use this format: [FieldName] [ASC|ASCENDING|DESC|DESCENDING],... If sort direction is not provided for a field, it will be sorted ascending.

ReportResult (string, query, optional)

Optional and UpdateGroupID must be included. Filter where ReportResult matches a value. Wildcards are supported (*).

ReportResultIsValid (boolean, query, optional)

Optional and UpdateGroupID must be included. When 'true' filters results where ReportResult equals ReportResultExpected. When 'false' filters results where ValueToValidate does not equal ReportResults.

ReportValue (string, query, optional)

Optional and UpdateGroupID must be included. Filter where ReportValue matches a value. Wildcards are supported (*).

Tag (string, query, optional)

Optional. Filter where Tag matches a value. Wildcards are supported (*).

UpdateGroupID (string, query, optional)

Optional but required when including any or all of following parameters: ReportValue, ReportResult, ReportResultIsValid. The Update Group ID. If not provided, all clients will be returned.

limit (integer, query, optional)

Optional. The page limit. The default page limit is 10.

offset (integer, query, optional)

Optional. The page offset. The default page offset is 0.

No probe data for this endpoint yet.