Thông Tin Đối Tượng
1.1 Mục đích sử dụng :
Dùng để lấy thông tin của đối tượng
1.1. URI :
Name
Description
URI
{{gateway}}/v1/api/object/getByAggId
Content-Type
application/json
Method
GET
1.2. Request :
1.2.1 Request Headers :
Name
Required
Description
Remarks
X-API-Key
Y
API Key AWS
Authorization
Y
[xFile cấp cho đối tác]
1.2.2 Request Params:
Name
Type
Required
Description
Remarks
aggId
String
Y
Mã của đối tượng
1.2.3 Request Sample :
Request URI:
{{gateway}}/v1/api/object/getByAggId?aggId=0221dc12-0fb6-4980-a01c-fd8b93a65f0e
Request Params :
Name
Value
aggId
0221dc12-0fb6-4980-a01c-fd8b93a65f0e
1.3. Response :
1.3.1 Response Body - JSON:
Name
Type
Description
Remarks
status
Long
Trạng thái kết quả api trả về
0 : Thành công
1 : Thất bại
data
Object
Kết quả api trả về
thông tin của đối tượng
1.3.2 Response Sample:
Response Success data
{
"status": 1073741824,
"data": {
"companyCode": "string",
"buId": 9007199254740991,
"authStat": "string",
"makerDate": "2024-04-03T08:36:22.751Z",
"updateDate": "2024-04-03T08:36:22.751Z",
"code": "string",
"objTypeId": 9007199254740991,
"tenantCode": "string",
"dmtmObjType": {
"storeConfigId": 9007199254740991,
"objTypeCode": "string",
"authStat": "string",
"makerDate": "2024-04-03T08:36:22.751Z",
"updateDate": "2024-04-03T08:36:22.751Z",
"description": "string",
"tenantCode": "string",
"props": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"modNo": 1073741824,
"updateId": "string",
"recordStatus": "string",
"jsonSchema": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"checkerDate": "2024-04-03T08:36:22.751Z",
"objTypeName": "string",
"checkerId": "string",
"id": 9007199254740991,
"aggId": "string",
"ftsValue": "string",
"dmtmStoreConfig": {
"authStat": "string",
"makerDate": "2024-04-03T08:36:22.751Z",
"updateDate": "2024-04-03T08:36:22.751Z",
"encryptKeyRef": "string",
"description": "string",
"tenantCode": "string",
"encryptFlag": true,
"modNo": 1073741824,
"updateId": "string",
"recordStatus": "string",
"checkerDate": "2024-04-03T08:36:22.751Z",
"checkerId": "string",
"storeName": "string",
"definition": "string",
"id": 9007199254740991,
"aggId": "string",
"ftsValue": "string",
"storeCode": "string",
"makerId": "string"
},
"makerId": "string"
},
"props": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"modNo": 1073741824,
"updateId": "string",
"recordStatus": "string",
"checkerDate": "2024-04-03T08:36:22.751Z",
"checkerId": "string",
"id": 9007199254740991,
"assignee": "string",
"aggId": "string",
"extProps": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"makerId": "string"
}
}
Last updated