OBJECT
ALFOpportunityDetail
link GraphQL Schema definition
- type ALFOpportunityDetail {
- # Indicates whether a questionnaire should be added or not
- Boolean :
- Category] : [
- # The type of connection a volunteer could make to an opportunity. Once an
- # opportunity is created in VolunteerMatch, changing connectionType is not
- # allowed. By default, VolunteerMatch saves all new opportunities with
- # connectionType of "express interest."
- OpportunityConnectionType :
- ContactDetail :
- # The container this opportunity is grouped in
- String :
- # The origin or source of this opportunity. If this field is not used,
- # VolunteerMatch will default set an opportunity’s origin based on the actor ID
- # associated with your API key. After an opportunity is created, updating this
- # field is not allowed.
- String :
- # The special flag tagged to this opportunity, currently only covid19 is supported
- Boolean :
- # The custom questions this opportunity ask the volunteers to fill out
- CustomFieldDetail] : [
- OppQuestionDetail] : [
- # Date posted
- String :
- # opportunity date range
- DateRangeDetail! :
- # Specifies whether to deactivate an opportunity once volunteer needs are met, for
- # non-shift only
- Boolean :
- # The opportunity description. Supports some basic HTML for formatting, supported
- # elements include div,ul,p,br,li,ol
- String :
- Boolean :
- # Opportunity's expiration date
- String :
- # Externally provided unique identifier for the opportunity, for opportunities
- # originating from an external source
- String :
- # The group of people this opportunity is friendly for
- GreatFor] : [
- GreetingDetail :
- # opportunity GroupSize, needs to numeric value"
- String :
- # VolunteerMatch's unique identifier for the opportunity
- Int :
- ImageDetail :
- # The URL for this opportunity's profile image (if any)
- String :
- String] : [
- # The date this opportunity was last updated
- String :
- LocationDetail :
- String :
- ShiftDetail] : [
- OppStatus :
- # The connection type
- String :
- # The organization this opportunity belongs to
- OrganizationDetail :
- # opportunity description with no HTML tags
- String :
- PrivateGroupDetail :
- String :
- # This is the URL that leads volunteers to an external site in order to connect
- # with the organization who published this opportunity. An opportunity must have
- # connectionType of “passthrough” in order for this field to take effect. This URL
- # must starts with http:// or https://
- String :
- # The requirements to volunteer for this opportunity
- RequirementsBean :
- RSVPDetail :
- SaveType :
- ShiftOrTimeslot :
- # The shifts of this opportunity
- ShiftDetail] : [
- Skill] : [
- # The skills needed for this opportunity in plain text, comma separated
- String :
- # Deprecated, will be removed in the future.The special flag tagged to this
- # opportunity, currently only covid19 is supported
- String] : [
- # The opportunity keywords entered by its administrator
- String] : [
- # Time commitment
- String :
- Timeslot] : [
- String :
- # The VolunteerMatch website URL for this opportunity
- String :
- VideoDetail :
- # The URL for this opportunity's profile video (if any)
- String :
- Int :
- }