cURL
curl --request GET \ --url https://services.pref.rio/app-busca-search/api/v1/admin/services/{id}/versions/compare \ --header 'Authorization: Bearer <token>'
{ "change_type": "<string>", "changed_at": 123, "changed_by": "<string>", "changes": [ { "field_name": "<string>", "new_value": "<unknown>", "old_value": "<unknown>", "value_type": "<string>" } ], "from_version": 123, "to_version": 123 }
Retorna as diferenças entre duas versões
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do serviço
Versão de origem
Versão de destino
OK
Show child attributes