getById
GET
/{modelName}/getByIdGet one row by ID.
Request
Path Params
modelName
string
required
Query Params
id
number
required
Data ID, number or string type.
fields
array[string]
optional
A list of field names to be read. If not specified, it defaults to all visible fields.
effectiveDate
string <date>
optional
Effective date for timeline model.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer <int32>
optional
Status Code
data
boolean
optional
Result Data
error
string
optional
Error Message
message
string
optional
Common Message
Example
Not configured
Last modified: 8 天前