GET/v1.0/accountSettings/deviceGroupsRead-only

Get list of child device groups, visible to current account.

Parameters

offsetquerynumberrequired

The number of device groups to skip before starting to collect the result set. Will be ignored if export param is specified.

limitquerynumberrequired

The number of device groups to return. Will be ignored if export param is specified.

sortquerystringrequired

Sort field

Values: DESCRIPTION, PARENTCORPID, CITY, STATE, ZIP, DAILY_LIMIT, MONTHLY_LIMIT

sortDirquerystringrequired

Sort direction

Values: ASC, DESC

searchValuequerystring

The filter that can be used to search on the following fields - Group Description, Parent Group, State/Province, Street, City, Zip/Postal Code.

exportquerystring

Export format type. Currently only CSV is accepted.

Values: CSV

columnsquerystring

Comma separated list of columns for CSV export. Values - DESCRIPTION, PARENT_CORP_DESCRIPTION, CITY, STATE, ZIP, MONTHLY_LIMIT, DAILY_LIMIT

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/accountSettings/deviceGroups?offset=0&limit=25&sort=LAST_30_DAYS_USED&sortDir=DESC&searchValue=Bus&export=CSV&columns=MDN%2CSTATUS%2CIMEI%2CLAST_30_DAYS_USED" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →