GET /api/v1/apps/{appId}/group-push/mappings

Lists all group push mappings with pagination support

Servers

Path parameters

Name Type Required Description
appId String Yes

Application ID

Query parameters

Name Type Required Description
limit Integer No

Specifies the number of results returned

Default value: 100

sourceGroupId String No

Filters group push mappings by source group ID. If you don't specify a value, all group push mappings are returned.

after String No

Specifies the pagination cursor for the next page of mappings

status String No

Filters group push mappings by status. If you don't specify a value, all group push mappings are returned.

Valid values:

  • "ERROR"
  • "ACTIVE"
  • "INACTIVE"
lastUpdated String No

Filters group push mappings by last updated date. The lastUpdated parameter supports the following format: YYYY-MM-DDTHH:mm:ssZ. This filters mappings updated on or after the specified date and time in UTC.

If you don't specify a value, all group push mappings are returned.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.