List Activity Attachment in Fleet Task
List Activity Attachment in Fleet Task
Path Parameters
id string required
Fleet Task UUID
point_id string required
Fleet Task Point UUID
activity_id string required
Fleet Task Point Activity UUID
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
data object[]
id string
type string
url string
errors object
property name* string[]
string
{
"data": [
{
"id": "string",
"type": "string",
"url": "string"
}
],
"errors": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
Loading...