The typeahead search API provides search for objects from a single workspace.
AsanaNamedResource
Property | Type | Description |
---|---|---|
gid | string | Globally unique identifier of the resource, as a string. |
resource_type | string | The base type of this resource. |
name | string | The name of the object. |
Example JSON for AsanaNamedResource
:
{
"gid": "12345",
"resource_type": "task",
"name": "Bug Task"
}