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.space

Returns a List of StateProv from a Country

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}/con/chain/{chainId}/property/{propertyId}/space

Request

PropertyTypeRequiredType parameterDefault valueDescriptionchainIdIntegertruepath parameterUnique identificator of the chain.propertyIdIntegertruepath parameterUnique identificator of the property.offsetIntegerfalserequest parameter0Offset of the array of results.limitIntegerfalserequest parameter10Limit of results.sortstringfalserequest parameteridProperty of the entity to sort by.sortModestringfalserequest parameterascMode of sorting.

stateProv



Request

Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/space

Response

PropertyTypeRequiredDescriptionPagePagetrueDescription of the response of the success operation
stateProv



Response

Entity

Insert excerpt
UAPI:SpaceUAPI:SpaceStateProv
StateProv
nopaneltrue


Example response

Code Block
themeDJango
{
	"count": 10,
	"offset": 0,
	"limit": 10,
	"list": [{
			"id": 1,
			"code": "101",
			"name": "M101",
			"roomSpaceStatusType": {
				"id": 2,
				"code": "DI",
				"name": "Dirty"
			}
		},
		{
			"id": 2,
			"code": "102",
			"name": "M102",
			"roomSpaceStatusType": {
				"id": 1,
				"code": "CLES-C",
				"name": "Clean"
			}
		},
		{
			"id": 3,
	La Coruña",
		"codenameI18n": "103"null,
			"namecountry": "M103",
			"roomSpaceStatusType": {
				"id": 1199,
				"code": "CLESP",
				"name": "Clean"
			}
		},
		{SPAIN",
			"id": 4,
			"codenameI18n": "104",
			"name": "M104",
			"roomSpaceStatusType": {
				"id": 1,
				"code": "CL",
				"name": "Clean"
			}
		SPAIN"
		}
	},
		{
			"id": 52,
			"code": "105ES-VI",
			"name": "M105Álava",
			"roomSpaceStatusTypenameI18n": {
				"id": 1null,
				"code": "CL",
				"name": "Clean"
			}
		},
		country": {
			"id": 6199,
			"code": "106ESP",
			"name": "M106SPAIN",
			"roomSpaceStatusTypenameI18n": { 				"idSPAIN":
1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 73,
			"code": "107ES-AB",
			"name": "M107Albacete",
			"roomSpaceStatusTypenameI18n": {
				"id": 1null,
				"code": "CL",
				"name": "Clean"
			}
		},
		country": {
			"id": 8199,
			"code": "108ESP",
			"name": "M108SPAIN",
			"roomSpaceStatusTypenameI18n": { 				"idSPAIN":
1,
				"code": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 94,
			"code": "109ES-A",
			"name": "M109Alicante",
			"roomSpaceStatusTypenameI18n": {
				"id": 1null,
				"codecountry": "CL",
				"name": "Clean"
			}
		},
		{
			"id": 10199,
			"code": "110ESP",
			"name": "M110SPAIN",
			"roomSpaceStatusTypenameI18n": { 				"idSPAIN": 1,
				"code": "CL",
				"name": "Clean"
			}
		}...
	]
}