The typeahead search API provides search for objects from a single workspace.
AsanaNamedResource
A generic Asana Resource, containing a globally unique identifier.
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. |
{
"gid": "12345",
"resource_type": "task",
"name": "Bug Task"
}