Ux
This endpoint is used to fetch all the customer ci configurations in the current organization
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/common/cmdb/item-classification/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
]
This endpoint is used to save a new ci classification for the current organization
No response body
No content
POST /ux/common/cmdb/item-classification/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"classification_name": "",
"classification_filters": ""
}
No response body
No content
This endpoint is used to fetch a ci classification in the current organization
GET /ux/common/cmdb/item-classification/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
This endpoint is used to edit an existing ci classification for the current organization
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
PUT /ux/common/cmdb/item-classification/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
No response body
No content
DELETE /ux/common/cmdb/item-classification/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
GET /ux/common/cmdb/item-classification/default-item-classifications/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/common/cmdb/item-classification/delete-classification-config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/common/cmdb/item-classification/delete-sub-classification/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/cmdb/item-classification/item-classifications-tree/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
GET /ux/common/cmdb/item-classification/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
API endpoint that allows users to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/common/cmdb/item-classification/pin-item-classifications/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
{
"id": "text",
"customer_id": "text",
"customer_entity_id": "text",
"template_id": "text",
"template_name": "text",
"cmdb_class": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_deleted": true,
"is_preconfigured": true
}
No response body
No content
GET /ux/common/purchase_order/config/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
PUT /ux/common/purchase_order/config/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
DELETE /ux/common/purchase_order/config/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
PATCH /ux/common/purchase_order/config/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/add-approval-config/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/add-attachment/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/add_received_assets/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/add_received_product_history/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/attachment/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
PUT /ux/common/purchase_order/config/delete-attachment/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/delete_po/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/get-approval-config/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/get_asset_category_unique_fields/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/get_invoice_file/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/get_received_product_history/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/history/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/options/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
POST /ux/common/purchase_order/config/send_po_mail/ HTTP/1.1
Host:
Accept: */*
No response body
No content
No response body
No content
GET /ux/common/purchase_order/config/vendor_options/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/report/api/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/report/api/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/report/api/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
PUT /ux/common/report/api/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
DELETE /ux/common/report/api/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
PATCH /ux/common/report/api/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/report/api/dashboard/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/report/api/mrtg-stats-data/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/report/api/report/ HTTP/1.1
Host:
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
PUT /ux/common/services/services/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
DELETE /ux/common/services/services/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/add-channelmap-data/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/add-service/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/add-service-profile/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/all-circuits/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/check-service-name/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/ci_name/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/circuit-paths/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/delete-service/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/delete-service-profile/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/ethernet-service-profiles/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/ethernet-services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/ethernet-services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/ethernet-services-paths/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/fetch-status/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/filter-options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/get-olt-details/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/get-vcg/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/node-list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/port-list/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/service-activate-deactivate/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/service-confirmation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/service-locations/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/service-nodes-coordinates/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to fetch all the Services profiles in the current organization (works based on token used to authorize)
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/common/services/services/service-related/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
POST /ux/common/services/services/services/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/stm-jklm/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/topology-service/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
Adaptation of DRF ModelViewSet
No response body
No content
GET /ux/common/services/services/update-service-status/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
GET /ux/ims/purge_configuration/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
This endpoint is used to save a Purge configuration for the current organization
No response body
No content
POST /ux/ims/purge_configuration/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 214
{
"rawdata": 31,
"hoursdata": 32,
"daydata": 366,
"events": 366,
"traps": 366,
"syslog": 366,
"download jobs": 92,
"upload job": 92,
"incident": 2000,
"problem": 2000,
"request": 2000,
"change": 2000,
"audits": 366,
"assets scan history": 92
}
No response body
No content
GET /ux/ims/purge_configuration/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
true
PUT /ux/ims/purge_configuration/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 261
{
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"id": "text",
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
No response body
No content
DELETE /ux/ims/purge_configuration/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to fetch purge Configuration details in the current organization
GET /ux/ims/purge_configuration/fetch-save-data/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
GET /ux/ims/purge_configuration/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"config_id": "text",
"purge_UUID": "text",
"organization": "text",
"created_by": 1,
"modified_by": 1,
"creation_time": "2025-08-31T06:36:57.967Z",
"last_update_time": "2025-08-31T06:36:57.967Z",
"is_enabled": true,
"purge_configuration": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows users to be viewed or edited.
No response body
No content
GET /ux/oidc/config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
POST /ux/oidc/config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
GET /ux/oidc/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
PUT /ux/oidc/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
DELETE /ux/oidc/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
POST /ux/oidc/config/enable-disable-config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows users to be viewed or edited.
No response body
No content
GET /ux/oidc/config/get-oidc/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
GET /ux/saml/config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
POST /ux/saml/config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
GET /ux/saml/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
PUT /ux/saml/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
DELETE /ux/saml/config/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
POST /ux/saml/config/enable-disable-saml-config/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
No response body
No content
GET /ux/saml/config/get-saml/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content