Foundry API

<back to all web services

ListApiKeysForCallerRequest

Requires Authentication
The following routes are available for this service:
GET/auth/apikeys
SearchOperationUnTenanted<TResponse> Parameters:
NameParameterData TypeRequiredDescription
DistinctformstringNo
Limitformint?No
Offsetformint?No
SortformstringNo
FilterformstringNo
GetOperationUnTenanted<TResponse> Parameters:
NameParameterData TypeRequiredDescription
EmbedformstringNo
ListApiKeysForCallerResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ApiKeysformList<ApiKey>No
SearchOperationResponse Parameters:
NameParameterData TypeRequiredDescription
MetadataformSearchMetadataNo
SearchMetadata Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
LimitformintNo
OffsetformintNo
SortformSortingNo
FilterformFilteringNo
Sorting Parameters:
NameParameterData TypeRequiredDescription
ByformstringNo
DirectionformSortDirectionNo
SortDirection Enum:
Ascending
Descending
Filtering Parameters:
NameParameterData TypeRequiredDescription
FieldsformList<string>No
ApiKey Parameters:
NameParameterData TypeRequiredDescription
UserIdformstringNo
DescriptionformstringNo
ExpiresUtcformDateTime?No
KeyformstringNo
IdformstringNo
ListApiKeysForCallerResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ApiKeysformList<ApiKey>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /auth/apikeys HTTP/1.1 
Host: foundrystage-api-app.azurewebsites.net 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"apiKeys":[{"userId":"String","description":"String","expiresUtc":null,"key":"String","id":"String"}],"metadata":{"total":0,"limit":0,"offset":0,"sort":{"by":"String","direction":"Ascending"},"filter":{"fields":["String"]}}}