Typeahead

The typeahead search API provides search for objects from a single workspace.


AsanaNamedResource

A generic Asana Resource, containing a globally unique identifier.

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
namestringThe name of the object.
{
  "gid": "12345",
  "resource_type": "task",
  "name": "Bug Task"
}