CAST HIGHLIGHT - API - GET /domains/{domainId}/applications is returning only Partial Results

API to get the details of applications (GET /domains/{domainId}/applications) is not returning the complete information it is supposed to return.

For eg while integrating the CAST Highlight with the client's internal app using API, it is possible to fetch the application list with the parent domain but is not able to get the data from sub-domains.

or sometimes only  an id and a name for each application is received instead of the rest of the details of the  application

The expected list of items that should be returned

1.png

The list of items that are returned

2.png

Solution

To fetch the detailed information about each application, add

Headers >Content-Type  > application/json

 

An example where the header is set correctly

3.png

 

Alternatively, you can run the curl command:

curl -X GET -H "Accept: application/json" -H "Authorization: Basic xxx" https://<highlight url>/WS2/domains/xxxxx/applications

 

Related Documentation

Highlight REST API

 

Additional Resources

CAST Highlight Troubleshooting Guides

CAST Highlight Product Documentation

Zendesk Ticket Number 

23724, 37695, 50713

Have more questions? Submit a request

Comments

Powered by Zendesk