OrganizationMannequins
Lists information about the mannequins of the logged in user's organizations or the mannequins of the specified organization.
View-Specific Information
Select
The adapter uses the GitHub Data API API to process WHERE clause conditions built with the below columns and operators. The adapter processes other filters client-side within the adapter.
- OrganizationLogin supports the '=' comparison operator.
The adapter uses the GitHub Data API API to process ORDER BY clause conditions built with the following column. The adapter processes ordering by other columns client-side within the adapter.
- Login
- CreatedAt
SELECT * FROM [Information].[OrganizationMannequins] WHERE [Information].[OrganizationMannequins].[OrganizationLogin] = 'EXAMPLE'
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | The ID for this mannequin. | ||
DatabaseId | Int | Identifies the primary key from the database. | ||
OrganizationLogin | String |
Organizations.Login | The organization's login. | |
Login | String | The username of the actor. | ||
String | The mannequin's email on the source instance. | |||
Url | String | The URL to this resource. | ||
ResourcePath | String | The HTML path to this resource. | ||
CreatedAt | Datetime | Identifies the date and time when the object was created. | ||
UpdatedAt | Datetime | Identifies the date and time when the object was last updated. | ||
ClaimantId | String | The ID of the claimant. | ||
ClaimantLogin | String | The username used to login. |