[GET] Feature-set ID
This API is used to get feature-set ID to list and delist numbers.
This endpoint returns all feature sets for a client account, it can be filtered on department/operation/process.
Authorizations
Path parameters
client_account_idstringRequired
Client Account ID of the caller, taken from path params
Query parameters
department_idstringOptional
Department ID - to filter by Department
operation_idstringOptional
Operation ID - to filter by Operation
process_idstringOptional
Process ID - to filter by Process
limitinteger · int64Optional
Limit per page
pageinteger · int64Optional
Current page number
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/number_management/feature_sets HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?