Project Assets
Get Users
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/users
GET /{region}/v1/projects/{projectId}/users HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"displayName": "text",
"email": "text",
"id": "text"
}
]
}Get Subcontractors
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/subcontractors
GET /{region}/v1/projects/{projectId}/subcontractors HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"id": "text",
"name": "text"
}
]
}Get Folders
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/folders
GET /{region}/v1/projects/{projectId}/folders HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"code": "text",
"id": "text",
"name": "text",
"parentId": "text",
"path": "text"
}
]
}Get Packages
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/packages
GET /{region}/v1/projects/{projectId}/packages HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"code": "text",
"id": "text",
"name": "text"
}
]
}Get Calendars
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/calendars
GET /{region}/v1/projects/{projectId}/calendars HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"id": "text",
"name": "text",
"type": "five-day"
}
]
}Get Locations
Path parameters
regionanyRequired
gb | au
projectIdanyRequired
projectId
Header parameters
X-API-KeyanyRequired
access token
Responses
200
OK
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/{region}/v1/projects/{projectId}/locations
GET /{region}/v1/projects/{projectId}/locations HTTP/1.1
Host: app.aphex.co/
Accept: */*
{
"paging": {
"next": {
"after": "text",
"link": "text"
}
},
"results": [
{
"id": "text",
"name": "text",
"type": "map"
}
]
}Last updated
Was this helpful?