Skip to main content
GET
/
api
/
v1
/
search
/
{id}
Busca um serviço por ID
curl --request GET \
  --url https://services.pref.rio/app-busca-search/api/v1/search/{id} \
  --header 'Authorization: Bearer <token>'
{
  "category": "<string>",
  "created_at": 123,
  "description": "<string>",
  "id": "<string>",
  "metadata": {},
  "status": 123,
  "title": "<string>",
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID do serviço

Response

OK

category
string
created_at
integer
description
string
id
string
metadata
object
status
integer
title
string
updated_at
integer