Resolve IDs to titles
POST
/resolve
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Request Body
application/json
JSON "ids": [ "string" ]
{
}
Responses
OK
application/json
JSON "items": [ { "id": "string", "title": "string", "_type": "string" } ]
{
}