Items Overview #
The Items resource provides the ability to query and manage directory items on your account using the 'id' field of the directory items.
/{VERSION}/contactdirectories/{DIRECTORY_ID}/items
tip
To interact with directory items using the 'crmId' field, use the CRMItems resource.
Available Interfaces #
Interface | Description |
---|---|
GET Directory Item | Returns a specific directory item. |
GET Directory Items | Returns directory items matching a query. |
PUT Directory Item | Replaces a specific directory item. |
PATCH Directory Item | Update a specific directory item. |
POST Directory Items | Adds a new directory item. |
DELETE Directory Item | Deletes a specific directory item. |