Get Manifest

Version 4.0.24.6 (latest)

Get A Projects Manifest object

Returns the project with the given project id

Request

GET /projects/{project_id}/manifest
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
project_id
string
Project Id

Response

200: Manifest

Datatype
Description
(object)
can
object
Operations the current user is able to perform on this object
name
string
Manifest project name
imports
Expand ImportedProject definition...
name
string
Dependency name
url
string
Url for a remote dependency
ref
string
Ref for a remote dependency
is_remote
boolean
Flag signifying if a dependency is remote or local
localization_settings
Localization settings for a project
Expand LocalizationSettings definition...
default_locale
string
Default locale for localization
localization_level
string
Localization level - strict or permissive

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link