Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

Information of the operation

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.modulespace


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

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



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

Code Block
languagepowershell
themeDJango
GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/2/modulespace



Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity

Insert excerpt
ModuleSpaceModule
Space
nopaneltrue


Example response

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