-
Notifications
You must be signed in to change notification settings - Fork 204
Reference: Data Types
Value: [array]
of {dictionary}
[
{
'type': 'HumanUser' | 'Group',
'id': int,
...
},
...
]
Value: boolean
: True
| False
Value: string
: (255,0,0)
| pipeline_step
Note: pipeline_step
indicates the Task color inherits from the Pipeline Step color
Value: double
| None
Range: -9999999999999.99, 9999999999999.99
Value: string "YYYY-MM-DD"
| None
Range: Year must be >= 1970
Value: datetime
object | None
Range: Year must be >= 1970
Note: automatically converts between client local time and UTC (datetimes are stored as UTC on the server)
Value: int
| None
Range: -2147483648
, 2147483647
Note: Length of time, in minutes
Value: {dictionary}
| None
{
'type': "string",
'id': int,
...
}
Value: double
| None
Range: -999999999.999999
, 999999999.999999
Value: string "FF-ff" | None
Range: Frames must be < Preferences value for "Advanced > Number of frames per foot of film"
Note: Format matches Preference value for "Formatting > Display of footage fields". Example above is default.F
=Feet f
=Frames.
Value: "string"
| None
Value: "string"
| None
Value: [array]
of {dictionary}
[
{
'type': "string",
'id': int,
...
},
...
]
Value: int
| None
Range: -2147483648
, 2147483647
Value: "string"
| None
Note: returned values of password fields are replaced with '*******' for security
Value: int
| None
Range: -2147483648
, 2147483647
Value: {dictionary}
| None
Value: "string"
| None
Value: "string"
| None
Value: [array]
of "string"
Value: "string"
| None
Value: int
| None
Range: -2147483648
, 2147483647
Note: Length of time, in milliseconds (1000 = 1 second)
Value: {dictionary}
| None
{
'content_type': "string",
'link_type': "local" | "url" | "upload",
'name': "string",
'url': "string"
}
Local Files (additional keys exist for local file links)
Value: {dictionary}
| None
{
'content_type': "string",
'link_type': "local",
'local_path': "string" | None,
'local_path_linux': "string" | None,
'local_path_mac': "string" | None,
'local_path_windows': "string" | None,
'local_storage': {dictionary},
'name': "string",
'url': "string",
}
API versions < v3.0.3:
{
'url': "string",
'name': "string",
'content_type': "string"
}