Alteryx · Capability
Alteryx Server API V3 — Collections
Alteryx Server API V3 — Collections. 15 operations. Lead operation: Create a New Collection. Self-contained Naftiko capability covering one Alteryx business surface.
What You Can Do
POST
Createcollection
— Create a New Collection
/v1/v3/collections
GET
Getcollections
— Retrieve All Collections
/v1/v3/collections
GET
Getcollection
— Retrieve a Specific Collection
/v1/v3/collections/{collectionid}
PUT
Updatecollection
— Update a Collection
/v1/v3/collections/{collectionid}
DELETE
Deletecollection
— Delete a Collection
/v1/v3/collections/{collectionid}
POST
Addscheduletocollection
— Add a Schedule to a Collection
/v1/v3/collections/{collectionid}/schedules
DELETE
Removeschedulefromcollection
— Remove a Schedule From a Collection
/v1/v3/collections/{collectionid}/schedules/{scheduleid}
POST
Addusergrouptocollection
— Add a User Group to a Collection
/v1/v3/collections/{collectionid}/usergroups
DELETE
Removeusergroupfromcollection
— Remove a User Group From a Collection
/v1/v3/collections/{collectionid}/usergroups/{usergroupid}
PUT
Updatecollectionusergrouppermissions
— Update User Group Permissions in a Collection
/v1/v3/collections/{collectionid}/usergroups/{usergroupid}/permissions
POST
Addusertocollection
— Add a User to a Collection
/v1/v3/collections/{collectionid}/users
DELETE
Removeuserfromcollection
— Remove a User From a Collection
/v1/v3/collections/{collectionid}/users/{userid}
PUT
Updatecollectionuserpermissions
— Update User Permissions in a Collection
/v1/v3/collections/{collectionid}/users/{userid}/permissions
POST
Addworkflowtocollection
— Add a Workflow to a Collection
/v1/v3/collections/{collectionid}/workflows
DELETE
Removeworkflowfromcollection
— Remove a Workflow From a Collection
/v1/v3/collections/{collectionid}/workflows/{appid}
MCP Tools
create-new-collection
Create a New Collection
retrieve-all-collections
Retrieve All Collections
read-only
idempotent
retrieve-specific-collection
Retrieve a Specific Collection
read-only
idempotent
update-collection
Update a Collection
idempotent
delete-collection
Delete a Collection
idempotent
add-schedule-collection
Add a Schedule to a Collection
remove-schedule-collection
Remove a Schedule From a Collection
idempotent
add-user-group-collection
Add a User Group to a Collection
remove-user-group-collection
Remove a User Group From a Collection
idempotent
update-user-group-permissions-collection
Update User Group Permissions in a Collection
idempotent
add-user-collection
Add a User to a Collection
remove-user-collection
Remove a User From a Collection
idempotent
update-user-permissions-collection
Update User Permissions in a Collection
idempotent
add-workflow-collection
Add a Workflow to a Collection
remove-workflow-collection
Remove a Workflow From a Collection
idempotent