List Pending Agent Requestsget https://localhost:8501/lr-admin-api/agents-requestReturns all pending Agent requests that the current User has permission to access.Query ParamsoffsetintegerDefaults to 0The starting point of records to be returned.countinteger1 to 1000Defaults to 100The number of results to be returned.orderBystringenumDefaults to nameSorts records by name or Id.nameidAllowed:nameiddirstringenumDefaults to ascendingSorts records by ascending or descending.ascendingdescendingAllowed:ascendingdescendingnamestringObject name filter.entitystringFilters records by Entity name.versionstringThe deployment version of the component.agentTypearray of stringsThe type of agent.agentTypeADD stringacceptanceStatusarray of stringsFilters acceptance records by status.acceptanceStatusADD stringResponses 200Returns all pending Agents that match the specified criteria. 403A User without the correct permissions tried to access pending Agents.Updated 6 months ago