GetStatus request parameters Requirements

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 180 Copyright © 2012 Open Geospatial Consortium Figure 14-1 - GetStatus diagram.

14.3.1 GetStatus request parameters

GestStatus request uses an OrderMonitorRequest element. The following table presents the parameters that GetStatus uses within the request. Names Definition Data type and values Multiplicity and use service Service type identifier Type: non-empty string Allowed values: OS One mandatory version Specification version for operation Type: non-empty string. Format: x.y.z One mandatory timeStamp It is the time when the request has been issued. Type: xs:DateTime One optional orderId Identifier of the order to retrieve. This field is alternative to ‘filteringCriteria’ Type: xs:anyURI One mandatorychoise Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 181 Copyright © 2012 Open Geospatial Consortium Names Definition Data type and values Multiplicity and use filteringCriteria Allows searching submitted orders. Supported search criteria are: – Last update: only orders which status has been changed after the specified date and time are returned – orderStatus: only orders having the specified statuses are returned. – orderReference: only the orders having the specified order reference are returned. This field is alternative to ‘orderId’ Type: OrderSearchCriteriaType One mandatorychoise lastUpdate It allows to retrieve the orders which lastUpdate is greater equal than it. If not present there is not such limitation. Type: Type: date in ISO 8601 format CCYY-MM-DD One optional lastUpdateEnd It allows to retrieve the orders which lastUpdate is less equal than it. If not present there is not such limitation. Type: Type: date in ISO 8601 format CCYY-MM-DD One optional orderStatus Status of an order. see Table 7-27 Type: String Zero or moreoptional orderReference User defined string specified when the order has been submitted. Type: String One optional extension This element allows to specify additional implementation specific filtering parameters. Type: anyType One optional presentation This element specifies the amount of information to be returned by the GetStatus operation: – brief: only information about the whole order are returned. No order items are returned. – full: the whole order information are returned. Type: enumerated string Permitted values: brief, full One mandatory Table 14-2 - GetStatus description

14.3.2 GetStatus request XML encoding