Workspaces
Workspaces is the defacto way of organizing your items and working with your team on Retrac. You can think of a Retrac workspace like a workspace on Slack or Discord – it’s a shared space where you can invite your team members to collaborate on items. When interacting with Retrac’s API, you will also need to specify the Workspace ID to perform any operation. You can find the workspace ID under the General settings page of your workspace.Workspace model
Workspace model
The unique ID of the workspace.
The name of the workspace.
The slug of the workspace.
The logo of the workspace.
The transfers usage of the workspace.
The usage limit of the workspace.
The items usage of the workspace.
The items limit of the workspace.
The storage units limit of the workspace.
The tags limit of the workspace.
The users limit of the workspace.
The plan of the workspace.
The Stripe ID of the workspace.
The date and time when the billing cycle starts for the workspace.
The date and time when the workspace was created.
The role of the authenticated user in the workspace.
Items
Items are the bread and butter of Retrac. You can shorten any URL to a Retrac item, which you can then share with your audience. Items can be created, updated, and deleted via the Retrac API or the Retrac dashboard.Item model
Item model
The unique ID of the item.
The code/SKU of the item.
The description of the item.
The quantity of the item.
The cost of the item.
The unique ID of the tag assigned to the item. This field is deprecated
– use
tags instead.The tags assigned to the item.
The user ID of the creator of the item.
The workspace ID of the item.
The date and time when the item was created.
The date and time when the item was last updated.
The project ID of the item. This field is deprecated – use
workspaceId
instead.