Skip to main content

Get W-2 tags

GET 

/api/v8/partner/w2s/:document_id/tags

Return all tags assigned to a specific W-2.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Responses

List of tags assigned to a specific W-2.

Schema
    tags object[]required

    The list of tags.

  • Array [
  • id integerrequired

    The unique identifier of the tag.

    name stringrequired

    Possible values: non-empty

    The value of the tag.

  • ]
Loading...