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:
[
  "bc04f234-35f9-4c8b-a702-f767d7602471",
  "dad9cde8-5924-45ba-a01f-418ec67fb7c8"
]

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>bc04f234-35f9-4c8b-a702-f767d7602471</guid>
  <guid>dad9cde8-5924-45ba-a01f-418ec67fb7c8</guid>
</ArrayOfguid>