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:
[
  "33c0294b-bedb-4d97-b269-ba46038098bb",
  "b2072750-1894-4136-ae9e-fab725e22283"
]