API Documentation
API Documentation
v3
Introduction
Overview
Getting started
🔑 Authentication
Requesting temporary credentials
Signing requests
🎬 Entities
Entity types
The entity object
Amount
Catalog item
Contact
Deal
File
Financial document
Inventory
Job
Rightset
Table
Create a table row
Retrieve a table row
Update a table row
Delete a table row
Retrieve table templates
Retrieve table statuses
👬 Relationships
The relationship object
Relationship types
Create a relationship
Delete a relationship
🔎 Search
Entity search
Relationship search
Pagination
Search Functions
Search Examples
🧰 Workflow
Execute a workflow action
📆 Date Math
Overview
The date math object
Create date math
Retrieve date math
Update date math
Delete date math
🧮 AVAILS
Overview
Get dimension data
Get availability
Is catalog item available
Swagger
Message queue docs
Rightsline.com
Powered by GitBook

Table

Endpoints

Method

Endpoint

Description

POST

/v3/table

​Create a table row.​

GET

/v3/table/:id

​Retrieve a table row.​

PUT

/v3/table/:id

​Update a table row.​

DELETE

/v3/table/:id

​Delete a table row.​

GET

/v3/table-templates

​Retrieve table templates.​

GET

/v3/table-statuses/:templateId

​Retrieve table statuses.​

​

Previous
Retrieve rightset statuses
Next
Create a table row
Last updated 3 months ago