OrganizationMannequins
Lists mannequin accounts (placeholders) linked to an organization for use in managing legacy contributions.
View-Specific Information
Select
The component uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- OrganizationLogin supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [OrganizationMannequins]
SELECT * FROM [OrganizationMannequins] WHERE [OrganizationLogin] = 'Val1'
The component processes other filters client-side within the component.
The component uses the GitHub API to process ORDER BY clause conditions that are built with the following columns:
- Login
- CreatedAt
SELECT * FROM [OrganizationMannequins] ORDER BY [Login]
SELECT * FROM [OrganizationMannequins] ORDER BY [CreatedAt]
The component uses client-side processing when ordering by any other columns. This impacts performance.
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The unique identifier (node ID) of the mannequin. | ||
| DatabaseId | Int | The primary key identifier for the mannequin in the database, used for internal reference. | ||
| OrganizationLogin | String |
Organizations.Login | The login (username) of the organization associated with the mannequin. | |
| Login | String | The username of the mannequin actor on the platform. | ||
| String | The email address associated with the mannequin on the source instance. | |||
| Url | String | The URL linking to the mannequin's resource on GitHub. | ||
| ResourcePath | String | The HTML path to access the mannequin's resource on GitHub. | ||
| CreatedAt | Datetime | The date and time when the mannequin object was created, in ISO 8601 format. | ||
| UpdatedAt | Datetime | The date and time when the mannequin object was last updated, in ISO 8601 format. | ||
| ClaimantId | String | The unique identifier (node ID) of the user or entity claiming the mannequin. | ||
| ClaimantLogin | String | The username (login) of the claimant who is associated with the mannequin. |