Get Overlay Modification Endpoint
GET/v1/product/:product_id/overlay/:overlay_id/modification/:modification_id
Get Overlay Modification Endpoint
Request
Path Parameters
The product ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
Unique identifier for the target
Type of entity being modified
Name of the field being modified
Boolean value modification
String value modification
Integer value modification
Float value modification
Datetime value modification
Name of the modification
Description of the modification
ID of the sandbox of which the modification originated
Default value: [object Object]
ID of the parent overlay
Unique identifier for the modification
Unique product identifier for the modification
{
"last_modified_account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_modified_timestamp": "2024-07-29T15:51:28.071Z",
"created_timestamp": "2024-07-29T15:51:28.071Z",
"target_id": "string",
"target_type": "string",
"field_name": "string",
"value_boolean": true,
"value_string": "string",
"value_integer": 0,
"value_float": 0,
"value_datetime": "2024-07-29T15:51:28.071Z",
"name": "string",
"description": "string",
"reference_sandbox_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"model_config": {},
"overlay_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"modification_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}