Platform IDP - Actions - 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:
Retrieves a list of published IDP Actions within the specified organization from the Anypoint Platform.
Example URL: https://anypoint.mulesoft.com/idp/api/v1/organizations/{orgId}/actions?page=0&size=5&sort=type,desc
Authorizations
Path parameters
organizationIdstring · uuidRequiredExample:
Your Anypoint Organisation ID (UUID). See: Find your Organization ID.
01f79c97-9a83-4194-b922-15b64fd7305eQuery parameters
pageinteger · int32OptionalDefault:
Zero Based page index.
0sizeinteger · int32OptionalDefault:
Number of items per page.
20sortstring · enumOptionalDefault:
Sorting criteria (field,direction).
updatedAt,descPossible values: Responses
200
Success - List of IDP actions retrieved.
application/json
get
/idp/api/v1/organizations/{organizationId}/actionsGET /idp/api/v1/organizations/{organizationId}/actions HTTP/1.1
Host:
Authorization: Basic username:password
Accept: */*
200
Success - List of IDP actions retrieved.
No content
Last updated