Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This request is not available for Microsoft 365 Cloud App Security.
Run the GET request to fetch the entity matching the specified primary key.
HTTP request
GET /api/v1/entities/<pk>/
Request URL parameters
| Parameter | Description |
|---|---|
| pk | A dictionary with the entity ID, SaaS, and instance details encoded as a base64 string. For example: {"id":"00aa00aa-bb11-cc22-dd33-44ee44ee44ee","saas":11161,"inst":0} encoded as a base64 string. |
Example
Request
Here's an example of the request.
curl -XPOST -H "Authorization:Token <your_token_key>" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/entities/<pk>/"
Response
Returns the specified entity in JSON format.
{
// entity record
}
If you run into any problems, we're here to help. To get assistance or support for your product issue, please open a support ticket.