GET api/find-the-image/start?groupId={groupId}

Begins with exploration by providing a collection of initial images

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

Images for the 0-page view of the collection

ExplorationInitialisation
NameDescriptionTypeAdditional information
InitialImage

MultimediaObject

None.

SameClassImages

Collection of integer

None.

Images

Collection of MultimediaObject

None.

nodes

Collection of GraphNode

None.

edges

Collection of GraphEdge

None.

CurrentTime

date

None.

PerformanceCounters

Dictionary of string [key] and decimal number [value]

None.

Query

ExplorationQuery

None.

nodeCoordinates

Collection of Collection of decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "InitialImage": {
    "Id": 1,
    "Metadata": "sample string 2",
    "URL": "sample string 3",
    "SourcePageUrl": "sample string 4"
  },
  "SameClassImages": [
    1,
    2
  ],
  "Images": [
    {
      "Id": 1,
      "Metadata": "sample string 2",
      "URL": "sample string 3",
      "SourcePageUrl": "sample string 4"
    },
    {
      "Id": 1,
      "Metadata": "sample string 2",
      "URL": "sample string 3",
      "SourcePageUrl": "sample string 4"
    }
  ],
  "nodes": [
    {
      "Metadata": "sample string 1",
      "ID": "sample string 2",
      "url": "sample string 3",
      "urlWithSifts": "sample string 4",
      "aspectRatio": 5.1
    },
    {
      "Metadata": "sample string 1",
      "ID": "sample string 2",
      "url": "sample string 3",
      "urlWithSifts": "sample string 4",
      "aspectRatio": 5.1
    }
  ],
  "edges": [
    {
      "source": 1,
      "target": 2,
      "value": 3.1
    },
    {
      "source": 1,
      "target": 2,
      "value": 3.1
    }
  ],
  "CurrentTime": "2025-02-27T17:24:22.6249933+01:00",
  "PerformanceCounters": {
    "sample string 1": 2.1,
    "sample string 3": 4.1
  },
  "Query": {
    "Images": [
      {
        "Id": 1,
        "Metadata": "sample string 2",
        "URL": "sample string 3",
        "SourcePageUrl": "sample string 4"
      },
      {
        "Id": 1,
        "Metadata": "sample string 2",
        "URL": "sample string 3",
        "SourcePageUrl": "sample string 4"
      }
    ],
    "Query": {
      "Text": "sample string 1",
      "Count": 2,
      "Offset": 3
    },
    "ImagesToExclude": [
      {
        "Id": 1,
        "Metadata": "sample string 2",
        "URL": "sample string 3",
        "SourcePageUrl": "sample string 4"
      },
      {
        "Id": 1,
        "Metadata": "sample string 2",
        "URL": "sample string 3",
        "SourcePageUrl": "sample string 4"
      }
    ],
    "DataSourceType": "sample string 1",
    "Configuration": {
      "Token": "sample string 1",
      "Name": "sample string 2"
    },
    "ConnectionId": "sample string 2"
  },
  "nodeCoordinates": [
    [
      1.1,
      2.1
    ],
    [
      1.1,
      2.1
    ]
  ]
}