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
The list of items that are returned
Solution
To fetch the detailed information about each application, add
Headers >Content-Type > application/json
An example where the header is set correctly
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
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk Ticket Number
23724, 37695, 50713
Comments