Discussions
No metadata available for GET /company/employees
10 months ago by Chitta Kulatilake
Hi,
In the API documentation page, it returns the metadata with elements, pages count. But when I called the GET method "/company/employees" with below query string via code, it returns all records (148), but no metadata.
:?limit=100&offset=0&attributes\[]=id&attributes\[]=first_name&attributes\[]=last_name&attributes\[]=email&attributes\[]=gender&attributes\[]=status&attributes\[]=position&attributes\[]=last_modified_at&attributes\[]=department&attributes\[]=profile_picture
Regardless of limit and offset values, always it returns all records.
Please help me to sort-out this as sooner.