GET
/
repositories
/
{id}
Get Repository
curl --request GET \
  --url https://api.neobrain.io/{version}/repositories/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 0,
  "title": "<string>",
  "isVisible": 0,
  "default": 0
}

Authorizations

Authorization
string
header
required

API token for the Authorization header parameter.

Headers

Accept-Language
string

Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales

Path Parameters

id
integer
required

Resource identifier

Response

Success

id
integer

Internal reference

Example:

0

title
string

Repository title

isVisible
boolean

Visibility status

Example:

0

default
boolean
Example:

0