GET api/EstimateIDs/{email}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "dc8bdb10-5374-4089-bb73-6169200ee92e",
  "c9fafa4c-3c6d-4d55-8d5e-93bbe58221f7"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>dc8bdb10-5374-4089-bb73-6169200ee92e</guid>
  <guid>c9fafa4c-3c6d-4d55-8d5e-93bbe58221f7</guid>
</ArrayOfguid>