English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/netRateSchemes
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "id": "<string>", "uid": "<string>", "name": "<string>", "isDefault": true, "dateCreated": "2023-11-07T05:31:56Z", "createdBy": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" } } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] } }
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Filter by name
Filter for default attribute
Filter for those created within given hours
successful operation
Show child attributes
SYS_ADMIN
SYS_ADMIN_READ
ADMIN
PROJECT_MANAGER
LINGUIST
GUEST
SUBMITTER
PORTAL_MEMBER
ASC
DESC
Was this page helpful?