customization

Stock Schema Fragments Get

GET
Gets a stock schema fragment.

Query parameters

idstringOptional
The ID of the stock schema fragment.
leaf_typestringOptional
The leaf type this fragment applies to.

Response

This endpoint returns an object
fragment
object
GET
1curl https://api.devrev.ai/schemas.stock.get \
2 -H "Authorization: <apiKey>"
200
Retrieved
1{
2 "fragment": {
3 "fields": [],
4 "id": "id",
5 "created_date": "2023-01-01T12:00:00Z",
6 "description": "description",
7 "display_id": "display_id",
8 "leaf_type": "leaf_type",
9 "modified_date": "2023-01-01T12:00:00Z",
10 "title": "title"
11 }
12}