(v2) Get Database Entry

Returns a single database entry by its ID. Use this when you already have a specific entry ID and need to retrieve its current field values. To list all entries in a database form, use POST /api/v2/userdefineddatabase/findTableByDatabaseFormId.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

The ID of the database entry. Returned by (v2) Get Database.

Headers
string
required

The current session token. Returned by most API calls and must be passed on all subsequent v2/v3 calls.

string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Response
200

The database entry with all field values

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!