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:
[
  "7b5ac37a-2b62-4095-b525-e5251f63bea0",
  "ae0de709-6857-47b7-b7e1-0afa9b14b384"
]