Get report results - entries in response
GET {{apiPath}}/environments/{{envID}}/dataExplorations/{{dataExplorationID}}/entries
This example gets the results for a defined report by including the ID of the relevant data exploration in the URL:
{{apiPath}}/environments/{{envID}}/dataExplorations/{{dataExplorationID}}/entries
The example uses the entries
endpoint in order to have the results returned in the body of the response (rather than a file).
The first page of results is included in the entries
object. If there are additional pages of results that have to be retrieved, the response will include a next
object. Use the value of next.href
as the URL for the next GET request.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3/entries"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"dataExploration":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3"}},"_embedded":{"entries":[{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3/entries/1"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"dataExploration":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3"}},"id":1,"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2022-12-27T14:53:57.919Z","updatedAt":"2022-12-27T14:53:57.919Z","expiresAt":"2022-12-27T14:53:57.919Z","dataExploration":{"id":"0f524607-be0f-4a47-a771-46a78ea78ee3"},"values":["991776fd-145b-499e-8237-2c62aef35b2c","glucks","972547339044"]},{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3/entries/2"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"dataExploration":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3"}},"id":2,"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2022-12-27T14:53:57.922Z","updatedAt":"2022-12-27T14:53:57.922Z","expiresAt":"2022-12-27T14:53:57.922Z","dataExploration":{"id":"0f524607-be0f-4a47-a771-46a78ea78ee3"},"values":["b30ac647-e33e-464f-a6ea-0275082d4c26","antonik_adham","+14135550150"]},{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3/entries/3"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"dataExploration":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/dataExplorations/0f524607-be0f-4a47-a771-46a78ea78ee3"}},"id":3,"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2022-12-27T14:53:57.922Z","updatedAt":"2022-12-27T14:53:57.922Z","expiresAt":"2022-12-27T14:53:57.922Z","dataExploration":{"id":"0f524607-be0f-4a47-a771-46a78ea78ee3"},"values":["b30ac647-e33e-464f-a6ea-0275082d4c26","antonik_adham","+14135550150"]}]},"count":3,"size":3}