Below API calls are returning identical results :
GET - https://rpa.casthighlight.com/WS2/domains/<domain_id>/components
POST - https://rpa.casthighlight.com/WS2/domains/<domain_id>/components
Details
This is due to the fact that when you use POST to retrieve the API call results you need to pass below body (with empty technologyIds) in API tool :
{
"domainIds" : [{domainId}],
"technologyIds" : []
}
Highlight API's
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk Ticket Number
23951
Comments