Platform IDP - Action Versions - List

Delete a Review Task

Equivalent to: None. This exposes a service not surfaced by the MuleSoft IDP user interface or published connector


Configuration:


Underlying API:

Platform API - List IDP Action Versions

get

Retrieves a list of available versions for a specific IDP Action from the Anypoint Platform. Example URL: https://anypoint.mulesoft.com/idp/api/v1/organizations/{orgId}/actions/{actionId}/versions?page=0&size=10&sort=version,desc

Authorizations
AuthorizationstringRequired

MuleSoft Anypoint Platform Basic Authentication using username and password. Generally less preferred than Connected Apps for programmatic access.

Path parameters
organizationIdstring · uuidRequired

Your Anypoint Organisation ID (UUID). See: Find your Organization ID.

Example: 01f79c97-9a83-4194-b922-15b64fd7305e
actionIdstring · uuidRequired

The unique identifier (UUID) of the published Document Action.

Example: 90c3e286-72b5-42ca-92d0-22f86ea8d766
Query parameters
pageinteger · int32Optional

Zero Based page index.

Default: 0
sizeinteger · int32Optional

Number of items per page.

Default: 20
sortstringOptional

Sorting criteria (currently only 'version,desc' seems implied by example, confirm other options).

Default: version,desc
Responses
get
/idp/api/v1/organizations/{organizationId}/actions/{actionId}/versions

Last updated