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 provider uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The provider processes other filters client-side within the provider.
- OrganizationLogin supports the '=' comparison operator.
The provider uses the GitHub API to process ORDER BY clause conditions built with the following column. The provider processes ordering by other columns client-side within the provider.
- 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 | True | 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 | True | 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. |