Configuration
Controller for managing configurations, including creating, updating, and retrieving configurations.
Download Csv_ Configuration
In: header
Query Parameters
0int3220int32Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/csv-export""string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Delete a list of entities by their IDs
In: header
Query Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "http://localhost:18080/api/v1/configurations/delete-list?ids=string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Dynamic Search_ Configuration
In: header
Query Parameters
0int3220int32Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/dynamic-search"{
"content": [
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Dynamic Search Post_ Configuration
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/dynamic-search" \ -H "Content-Type: application/json" \ -d '{ "filters": { "property1": null, "property2": null }, "page": 0, "search": [ "string" ], "size": 0, "sort": [ { "ascending": true, "field": "string" } ] }'{
"content": [
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find by list of ids in current tenant
In: header
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/find?ids=string"[
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find all for current tenant
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/find-all"[
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find a list of entities by their IDs
In: header
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/find-list"[
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get enriched configurations by ID list
In: header
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/find-list-enriched"[
{
"basePrice": 0.1,
"choices": [
{
"base": true,
"category": "string",
"code": "string",
"description": "string",
"option": "string",
"phase": "PLAN",
"price": 0.1
}
],
"clientEmail": "string",
"clientId": "string",
"clientName": "string",
"conceptName": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"priority": 0,
"progress": 0.1,
"projectId": "string",
"projectName": "string",
"source": "INTERNAL",
"status": "REQUEST",
"totalPrice": 0.1,
"typeId": "string",
"typeName": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string"
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find by id in current tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/find/string"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get next configuration job
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/next-job"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get page by page number and size with optional sorting based on field to sortBy and direction
In: header
Query Parameters
int32int32"ASC" | "DESC"Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/page"{
"content": [
{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get enriched configuration page
In: header
Query Parameters
0int3220int32Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/page-enriched"{
"content": [
{
"basePrice": 0.1,
"choices": [
{
"base": true,
"category": "string",
"code": "string",
"description": "string",
"option": "string",
"phase": "PLAN",
"price": 0.1
}
],
"clientEmail": "string",
"clientId": "string",
"clientName": "string",
"conceptName": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"priority": 0,
"progress": 0.1,
"projectId": "string",
"projectName": "string",
"source": "INTERNAL",
"status": "REQUEST",
"totalPrice": 0.1,
"typeId": "string",
"typeName": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string"
}
],
"empty": true,
"first": true,
"last": true,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": true,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"totalElements": 0,
"totalPages": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Add House Configuration
In: header
Path Parameters
Query Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/public/string/string/string" \ -H "Content-Type: application/json" \ -d '{ "buyer": { "email": "string", "name": "string" }, "choices": [ { "code": "string", "option": "string" } ], "chosenVariables": [ { "id": "string", "value": 0.1 } ], "source": "INTERNAL" }'{
"assignedConfigurationId": "string",
"baseConfiguration": [
{
"code": "string",
"option": "string"
}
],
"basePrice": 0.1,
"buyer": {
"address": {
"city": "string",
"country": "string",
"houseNumber": "string",
"id": "string",
"latitude": 0.1,
"longitude": 0.1,
"postalCode": "string",
"street": "string"
},
"clientId": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"cost": 0.1,
"id": "string",
"modelInstances": [
{
"configuredFacadeId": "string",
"modelId": "string"
}
],
"optionPrice": 0.1,
"ownershipType": "RENTED",
"planOptions": [
{
"code": "string",
"option": "string"
}
],
"potentialConfigurations": [
"string"
],
"profit": 0.1,
"saleRevenue": 0.1,
"status": "AVAILABLE",
"typeId": "string",
"variantId": "string",
"views": [
{
"frequency": 0,
"ip": "string",
"time": "2019-08-24T14:15:22Z"
}
]
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Calculate Configurator Data
In: header
Path Parameters
Query Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/public/string/string/string/calculate-configurator-data" \ -H "Content-Type: application/json" \ -d '{ "choices": [ { "code": "string", "option": "string" } ] }'{
"basePrice": 0.1,
"choices": [
{
"code": "string",
"option": "string"
}
],
"houseId": "string",
"models": [
{
"blob": {
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
},
"name": "string",
"position": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"rotation": {
"x": 0.1,
"y": 0.1,
"z": 0.1
}
}
],
"optionsGroupedByCategory": {
"property1": [
{
"category": "string",
"codes": [
{
"code": "string",
"description": "string",
"message": "string",
"price": 0.1,
"valid": true
}
],
"option": "string",
"phase": "PLAN"
}
],
"property2": [
{
"category": "string",
"codes": [
{
"code": "string",
"description": "string",
"message": "string",
"price": 0.1,
"valid": true
}
],
"option": "string",
"phase": "PLAN"
}
]
},
"status": "AVAILABLE",
"typeId": "string",
"views": [
{
"active": true,
"description": "string",
"id": "string",
"position": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"target": {
"x": 0.1,
"y": 0.1,
"z": 0.1
}
}
]
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get enriched configuration
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/string/enriched"{
"basePrice": 0.1,
"choices": [
{
"base": true,
"category": "string",
"code": "string",
"description": "string",
"option": "string",
"phase": "PLAN",
"price": 0.1
}
],
"clientEmail": "string",
"clientId": "string",
"clientName": "string",
"conceptName": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"priority": 0,
"progress": 0.1,
"projectId": "string",
"projectName": "string",
"source": "INTERNAL",
"status": "REQUEST",
"totalPrice": 0.1,
"typeId": "string",
"typeName": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Fail configuration job
In: header
Path Parameters
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/fail/string"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Finish configuration job
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/finish/string"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get required files for configuration
In: header
Path Parameters
Query Parameters
"glb"Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/configurations/string/required-files"[
{
"blobId": "string",
"fileSize": 0,
"name": "string",
"position": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"productName": "string"
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Retry configuration job
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/retry"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Skip configuration job
In: header
Path Parameters
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/skip"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Start configuration job
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/start/string"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Update configuration status
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "http://localhost:18080/api/v1/configurations/string/status/string" \ -H "Content-Type: application/json" \ -d '{}'{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Toggle favorite status
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "http://localhost:18080/api/v1/configurations/string/toggle-favorite"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Upload files for configuration job
In: header
Path Parameters
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/upload/string" \ -F files="[\n \"string\"\n]"{
"choices": [
{
"code": "string",
"option": "string"
}
],
"chosenVariables": [
{
"id": "string",
"value": 0.1
}
],
"clientId": "string",
"created": "2019-08-24T14:15:22Z",
"createdBy": "string",
"duration": 0,
"errorMessage": "string",
"events": [
{
"authorId": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"type": "CREATE"
}
],
"favorite": true,
"files": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"houseId": "string",
"id": "string",
"lockedAt": "2019-08-24T14:15:22Z",
"lockedBy": "string",
"message": "string",
"note": "string",
"previousFiles": {
"property1": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
],
"property2": [
{
"blobId": "string",
"created": "2019-08-24T14:15:22Z",
"extension": "string",
"fileSize": 0,
"name": "string",
"type": "IMAGE"
}
]
},
"priority": 0,
"progress": 0.1,
"projectId": "string",
"source": "INTERNAL",
"status": "REQUEST",
"tenantId": "string",
"typeId": "string",
"updated": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"version": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Delete by id in current tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "http://localhost:18080/api/v1/configurations/string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Add a comment to an entity
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/configurations/string/comment" \ -H "Content-Type: application/json" \ -d 'string'{}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}