Get XML assistant profiles for organization
XML Assistant
Get XML assistant profiles for organization
GET
Get XML assistant profiles for organization
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Query Parameters
Filter by profile name
Filter by profile description
Filter by creator user UID
Filter by last updater user UID
Filter by creation date (ISO 8601 format)
Filter by last update date (ISO 8601 format)
Full-text search across name and description
Page number, starting with 0, default 0
Required range:
x >= 0Page size, accepts values between 1 and 1000, default 50
Required range:
1 <= x <= 1000Sort field
Available options:
name, createdAt, createdBy, updatedAt, updatedBy Sort direction
Available options:
asc, desc