Abstract class for REST webservices
Get domain ID for given name.
name | type | description | default | constraints |
---|---|---|---|---|
domainName | path | Name of domain |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with list of fields
Example of response:
{"objectId":"233402"}
|
Get class ID for given domain id and class name.
name | type | description | default | constraints |
---|---|---|---|---|
className | path | Name of class | ||
domainId | path | ID of domain | long |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with list of fields
Example of response:
{"objectId":"19"}
|
Get field ID for given class id and field name.
name | type | description | default | constraints |
---|---|---|---|---|
classId | path | ID of class | long | |
fieldName | path | Name of field |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with list of fields
Example of response:
{"objectId":"93"}
|
Get HDID of object in HDC DB for given domain id, class id, field id and object GUID.
name | type | description | default | constraints |
---|---|---|---|---|
classId | path | ID of class | long | |
domainId | path | ID of domain | long | |
fieldId | path | ID of field | long | |
objectGuid | path | GUID of object in external domain |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with list of fields
Example of response:
{"objectId":"243992"}
|
Get HDID of object in HDC DB for given domain name, class name, field name and object GUID.
name | type | description | default | constraints |
---|---|---|---|---|
className | path | Name of class | ||
domainName | path | Name of domain | ||
fieldName | path | Name of field | ||
objectGuid | path | GUID of object in external domain |
media type | data type | description |
---|---|---|
application/json | object | JSON Response with list of fields
Example of response:
{"objectId":"243992"}
|