GET api/Service/GetUidd?count={count}

The method returns a GUID. You can specify the number of GUIDs returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
count

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "4fa5e3b0-5075-406d-9bb9-72f9274bb064",
  "6bc3b985-8b78-4d6f-94b2-e393c0322b5f"
]