RateOrPlaceholderCompact
| Property | Type | Description |
|---|---|---|
gid | string | Globally unique identifier of the resource, as a string. |
resource_type | string | The base type of this resource. |
parent | object | A project represents a prioritized list of tasks in Asana or a board with columns of tasks represented as cards. It exists in a single workspace or organization and is accessible to a subset of users in that workspace or organization, depending on its permissions. |
parent.gid | string | Globally unique identifier of the resource, as a string. |
parent.resource_type | string | The base type of this resource. |
parent.name | string | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |
parent.resource_subtype | string | The subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning. Click to show all enum values
|
resource | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
resource.gid | string | Globally unique identifier of the resource, as a string. |
resource.resource_type | string | The base type of this resource. |
resource.name | string | Read-only except when same user as requester. The user's name. |
rate | number | The monetary value of the rate. |
currency_code | string | The currency code of the rate, set at the domain level. |
created_by | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
created_by.gid | string | Globally unique identifier of the resource, as a string. |
created_by.resource_type | string | The base type of this resource. |
created_by.name | string | Read-only except when same user as requester. The user's name. |
Example JSON for RateOrPlaceholderCompact:
{
"gid": "12345",
"resource_type": "rate",
"parent": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy",
"resource_subtype": "default_project"
},
"resource": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"rate": 100,
"currency_code": "USD",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
}
}Rate
| Property | Type | Description |
|---|---|---|
gid | string | Globally unique identifier of the resource, as a string. |
resource_type | string | The base type of this resource. |
parent | object | A project represents a prioritized list of tasks in Asana or a board with columns of tasks represented as cards. It exists in a single workspace or organization and is accessible to a subset of users in that workspace or organization, depending on its permissions. |
parent.gid | string | Globally unique identifier of the resource, as a string. |
parent.resource_type | string | The base type of this resource. |
parent.name | string | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |
parent.resource_subtype | string | The subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning. Click to show all enum values
|
resource | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
resource.gid | string | Globally unique identifier of the resource, as a string. |
resource.resource_type | string | The base type of this resource. |
resource.name | string | Read-only except when same user as requester. The user's name. |
rate | number | The monetary value of the rate. |
currency_code | string | The currency code of the rate, set at the domain level. |
created_by | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
created_by.gid | string | Globally unique identifier of the resource, as a string. |
created_by.resource_type | string | The base type of this resource. |
created_by.name | string | Read-only except when same user as requester. The user's name. |
Example JSON for Rate:
{
"gid": "12345",
"resource_type": "rate",
"parent": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy",
"resource_subtype": "default_project"
},
"resource": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"rate": 100,
"currency_code": "USD",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
}
}