Version 4.0.25.20 (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
lock
object
Operations the current user is able to perform on this object
name
lock
string
Manifest project name
imports
Expand ImportedProject definition...
name
lock
string
Dependency name
url
lock
string
Url for a remote dependency
ref
lock
string
Ref for a remote dependency
is_remote
lock
boolean
Flag signifying if a dependency is remote or local
Expand LocalizationSettings definition...
default_locale
lock
string
Default locale for localization
localization_level
lock
string
Localization level - strict or permissive
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link

