Db Objects

Defines the significant 'objects' that are stored in the database.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The Name of data type nvarchar field in the DbObject table is used to store text data consisting of characters and numbers of varying lengths up to a maximum of 4,000 characters. This field ensures data integrity and provides accurate storage of various information.

string | null

DbObjectTypeId is an nvarchar field with a maximum length of 450 in the DbObject table. It contains an identifier to indicate the type of object that is associated with the row in the DbObject table (e.g., 'table', 'view', or 'stored proc'). It is used to differentiate between different types of objects stored in the DbObject table.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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