Versions Compared

Key

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

Operation

Information of the operation

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}/publicAPIEventQueue



Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.

publicApiEventEntityIdList

List of Integerfalse
Optional filter of the list of eventEntities to be shown.
offsetIntegerfalse0
limitIntegerfalse10
sortStringfalseId
sortModeStringfalseasc


Example request

Code Block
languagepowershell
themeDJango
GET https://prodpublicapi-providers.ulysescloud.com/public/api/v1/con/chain/1/property/1/publicAPIEventQueue



Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity

Property


Insert excerpt

Type

PublicAPIEventQueue

Required

PublicAPIEventQueue

DescriptionId

nopanel

String

true

Unique identifier of the entity.CreatedDateDatetrueThe date when the entity was persisted on the database.

Example response

Code Block
themeDJango
{
	"count": 1115,
	"offset": 0,
	"limit": 2,
	"list": [{
			"id": 2,
			"transactionId": 2565012613,
			"action": "I",
			"publicAPIEventEntity": {
				"id": 1,
				"code": "ReservationRoomStay",
				"name": "ReservationRoomStay"
			},
			"relatedId": 2,
			"publicAPIEventQueueStatusType": {
				"id": 4,
				"code": "4",
				"name": "Pending"
			}
		},
		{
			"id": 3,
			"transactionId": 2565013009,
			"action": "I",
			"publicAPIEventEntity": {
				"id": 1,
				"code": "ReservationRoomStay",
				"name": "ReservationRoomStay"
			},
			"relatedId": 3,
			"publicAPIEventQueueStatusType": {
				"id": 4,
				"code": "4",
				"name": "Pending"
			}
		}
	]
}