Db Attributes

An attribute that is associated with a property in the database. Eg: Index, or Primary Key.

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

DbAttribute's Description field is a data type of nvarchar that stores textual data, allowing a maximum of 255 characters to be used. It is used to provide a descriptive overview of the contents within the table.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 450

DbAttributeId is an nvarchar field with a maximum length of 450 in the DbAttribute table that serves as an identifying key for each record in the table. It is a unique attribute that must be used in order to update or delete records from the 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!