cURL
curl --request GET \ --url https://api.hierarch.io/v1/consultation/query/{company_slug}/ \ --header 'token: <api-key>'
{ "loop": [ { "id": 123, "title": "<string>", "schedule": "<string>", "status": "<string>", "last_updated": "<string>", "datetime": "<string>" } ], "current_page": "<string>", "max_page": "<string>", "start_count": "<string>", "end_count": "<string>", "max_count": "<string>" }
Retrieves product array
API token provided to your company
Search term, blank by default
Page number, 1 by default
Data order - newest / oldest
This is your company url
OK Response
Show child attributes
Consultation ID
Consultation title
Consultation schedule date and time
Consultation status
Consultation last updated date and time
Date and time the consultation was created
Current data page
Maximum number of pages
Starting data count
Ending data count
Maximum number of data
Was this page helpful?