Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/module


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
offsetIntegerfalse0Offset of the array of results.
limitIntegerfalse10Limit of results.
sortstringfalseidProperty of the entity to sort by.
sortModestringfalseAscMode of sorting.

Example request

GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/2/module


Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity

Error rendering macro 'excerpt-include' : No link could be created for 'Module'.


Example response

{
	"count": 10,
	"offset": 0,
	"limit": 10,
	"list": [{
			"id": 1,
			"code": "101",
			"name": "M101",
			"roomModuleStatusType": {
				"id": 2,
				"code": "DI",
				"name": "Dirty"
			}
		},
		{
			"id": 2,
			"code": "102",
			"name": "M102",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 3,
			"code": "103",
			"name": "M103",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 4,
			"code": "104",
			"name": "M104",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 5,
			"code": "105",
			"name": "M105",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 6,
			"code": "106",
			"name": "M106",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 7,
			"code": "107",
			"name": "M107",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 8,
			"code": "108",
			"name": "M108",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 9,
			"code": "109",
			"name": "M109",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 10,
			"code": "110",
			"name": "M110",
			"roomModuleStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		}
	]
}
  • No labels