Note: This page was translated using automation resources with the purpose of providing content in your language more quickly. Consequently, it may have grammatical errors and similar situations. If the content is not useful in this state, in the page footer you can access the original material in Brazilian Portuguese and also give us opinions on this translation.
Ronda senior X - User Manual> Integrations> Integrations with other systems> Integrate occurrences

Integration of occurrences using the API

Documentation on how to integrate incidents using the Ronda senior X API.

General prerequisites

Consult Occurrence

Call the serviceGET /incident/pagedsearch/all to consult a paginated list with all user occurrences;

In Postman, the page and total pages must be passed as a parameter (query): https://sam-api.senior.com.br/api/v1/incident/pagedsearch/all?page=1&pageSize=10

Register Occurrence

To register a new occurrence, the type of occurrence and the physical location selected are necessary. Carry out the following procedures:

To save the incident:

Note

The Data data must have the following format: "2017-03-24T10:09:00-03:00".

Service information

Note

For more information about the Ronda senior X APIs in general, see thedetailed documentation of these APIs.

(missing or bad snippet)