Fetch Cohort Count for the current User
get
/ohfapi/cg/v3.3/cohort/count
This endpoint supports the retrieval of Public, Private and Shared Cohort Count for the current logged in user.
Request
There are no request parameters for this operation.
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Root Schema : CohortCount
Type:
objectCohort Count for an user.
Show Source
-
privateCohort(optional):
string
Count of private Cohorts
-
publicCohort(optional):
string
Count of public Cohorts
-
totalCohort(optional):
string
Count of User's private and All Public Cohorts
-
userName(optional):
string
User for which the cohort counts are fetched