me

Connected user related operations

Fetch the current user (me) identity

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
Réponseall of
get
GET /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

{
  "about": "text",
  "active": true,
  "avatar": "text",
  "avatar_thumbnail": "text",
  "email": {},
  "first_name": "text",
  "id": "text",
  "last_login_at": {},
  "last_name": "text",
  "metrics": {},
  "organizations": [
    {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    }
  ],
  "page": "text",
  "roles": [
    "text"
  ],
  "since": "2025-07-01T11:32:34.360Z",
  "slug": "text",
  "uri": "text",
  "website": "text",
  "apikey": "text"
}

Update my profile

put
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Corps
all ofOptionnel
Réponses
200
Success
application/json
Réponseall of
put
PUT /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Content-Type: application/json
Accept: */*
Content-Length: 335

{
  "about": "text",
  "active": true,
  "avatar": "text",
  "avatar_thumbnail": "text",
  "first_name": "text",
  "id": "text",
  "last_name": "text",
  "organizations": [
    {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "logo": "text",
      "logo_thumbnail": "text",
      "slug": "text"
    }
  ],
  "roles": [
    "text"
  ],
  "since": "2025-07-01T11:32:34.360Z",
  "slug": "text",
  "uri": "text",
  "website": "text"
}
{
  "about": "text",
  "active": true,
  "avatar": "text",
  "avatar_thumbnail": "text",
  "email": {},
  "first_name": "text",
  "id": "text",
  "last_login_at": {},
  "last_name": "text",
  "metrics": {},
  "organizations": [
    {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    }
  ],
  "page": "text",
  "roles": [
    "text"
  ],
  "since": "2025-07-01T11:32:34.360Z",
  "slug": "text",
  "uri": "text",
  "website": "text",
  "apikey": "text"
}

Delete my profile

delete
Réponses
204
Object deleted
delete
DELETE /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
204

Object deleted

Aucun contenu

(Re)Generate my API Key

post
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
post
POST /api/1/me/apikey HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
{
  "apikey": "text"
}

Clear/destroy an apikey

delete
Réponses
204
API Key deleted/cleared
delete
DELETE /api/1/me/apikey HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
204

API Key deleted/cleared

Aucun contenu

List all my datasets (including private ones)

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/datasets/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "acronym": "text",
    "archived": "2025-07-01T11:32:34.360Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "community_resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "created_at": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text",
        "dataset": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "page": "text",
          "title": "text",
          "uri": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "role": "text"
      }
    ],
    "created_at": "2025-07-01T11:32:34.360Z",
    "deleted": "2025-07-01T11:32:34.360Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "frequency": "unknown",
    "frequency_date": "2025-07-01T11:32:34.360Z",
    "harvest": {
      "archived": "text",
      "archived_at": "2025-07-01T11:32:34.360Z",
      "backend": "text",
      "ckan_name": "text",
      "ckan_source": "text",
      "created_at": "2025-07-01T11:32:34.360Z",
      "dct_identifier": "text",
      "domain": "text",
      "last_update": "2025-07-01T11:32:34.360Z",
      "modified_at": "2025-07-01T11:32:34.360Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2025-07-01T11:32:34.360Z",
      "last_modified_internal": "2025-07-01T11:32:34.360Z"
    },
    "last_modified": "2025-07-01T11:32:34.360Z",
    "last_update": "2025-07-01T11:32:34.360Z",
    "license": "notspecified",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    },
    "private": true,
    "quality": {},
    "resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "created_at": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text"
      }
    ],
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "slug": "text",
    "spatial": {
      "geom": {
        "coordinates": [
          {}
        ],
        "type": "Point"
      },
      "granularity": "other",
      "zones": {}
    },
    "tags": [
      "text"
    ],
    "temporal_coverage": {
      "end": "2025-07-01T11:32:34.360Z",
      "start": "2025-07-01T11:32:34.360Z"
    },
    "title": "text",
    "uri": "text"
  }
]

Fetch the current user (me) metrics

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/metrics/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "datasets_count": 1,
    "datasets_org_count": 1,
    "followers_count": 1,
    "followers_org_count": 1,
    "id": "text",
    "resources_availability": 1
  }
]

List all community resources related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/org_community_resources/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "checksum": {
      "type": "sha1",
      "value": "text"
    },
    "created_at": "2025-07-01T11:32:34.360Z",
    "description": "text",
    "extras": {},
    "filesize": 1,
    "filetype": "file",
    "format": "text",
    "harvest": {
      "created_at": "2025-07-01T11:32:34.360Z",
      "modified_at": "2025-07-01T11:32:34.360Z",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2025-07-01T11:32:34.360Z",
      "last_modified_internal": "2025-07-01T11:32:34.360Z"
    },
    "last_modified": "2025-07-01T11:32:34.360Z",
    "latest": "text",
    "metrics": {},
    "mime": "text",
    "preview_url": "text",
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "title": "text",
    "type": "main",
    "url": "text",
    "dataset": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "page": "text",
      "title": "text",
      "uri": "text"
    },
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    }
  }
]

List all datasets related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/org_datasets/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "acronym": "text",
    "archived": "2025-07-01T11:32:34.360Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "community_resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "created_at": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text",
        "dataset": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "page": "text",
          "title": "text",
          "uri": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "role": "text"
      }
    ],
    "created_at": "2025-07-01T11:32:34.360Z",
    "deleted": "2025-07-01T11:32:34.360Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "frequency": "unknown",
    "frequency_date": "2025-07-01T11:32:34.360Z",
    "harvest": {
      "archived": "text",
      "archived_at": "2025-07-01T11:32:34.360Z",
      "backend": "text",
      "ckan_name": "text",
      "ckan_source": "text",
      "created_at": "2025-07-01T11:32:34.360Z",
      "dct_identifier": "text",
      "domain": "text",
      "last_update": "2025-07-01T11:32:34.360Z",
      "modified_at": "2025-07-01T11:32:34.360Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2025-07-01T11:32:34.360Z",
      "last_modified_internal": "2025-07-01T11:32:34.360Z"
    },
    "last_modified": "2025-07-01T11:32:34.360Z",
    "last_update": "2025-07-01T11:32:34.360Z",
    "license": "notspecified",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    },
    "private": true,
    "quality": {},
    "resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "created_at": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text"
      }
    ],
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "slug": "text",
    "spatial": {
      "geom": {
        "coordinates": [
          {}
        ],
        "type": "Point"
      },
      "granularity": "other",
      "zones": {}
    },
    "tags": [
      "text"
    ],
    "temporal_coverage": {
      "end": "2025-07-01T11:32:34.360Z",
      "start": "2025-07-01T11:32:34.360Z"
    },
    "title": "text",
    "uri": "text"
  }
]

List all discussions related to my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/org_discussions/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "class": "text",
    "closed": "2025-07-01T11:32:34.360Z",
    "closed_by": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "closed_by_organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "created": "2025-07-01T11:32:34.360Z",
    "discussion": {
      "content": "text",
      "last_modified_at": "2025-07-01T11:32:34.360Z",
      "permissions": {
        "delete": true,
        "edit": true
      },
      "posted_by": {
        "class": "text",
        "id": "text",
        "avatar": "text",
        "avatar_thumbnail": "text",
        "first_name": "text",
        "last_name": "text",
        "page": "text",
        "slug": "text",
        "uri": "text"
      },
      "posted_by_organization": {
        "class": "text",
        "id": "text",
        "acronym": "text",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "logo": "text",
        "logo_thumbnail": "text",
        "name": "text",
        "page": "text",
        "slug": "text",
        "uri": "text"
      },
      "posted_on": "2025-07-01T11:32:34.360Z",
      "spam": {
        "status": "not_checked"
      }
    },
    "extras": {},
    "id": "text",
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "permissions": {
      "close": true,
      "delete": true,
      "edit": true
    },
    "spam": {
      "status": "not_checked"
    },
    "subject": {
      "class": "text",
      "id": "text"
    },
    "title": "text",
    "url": "text",
    "user": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    }
  }
]

List all reuses related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/org_reuses/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "archived": "2025-07-01T11:32:34.360Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "created_at": "2025-07-01T11:32:34.360Z",
    "datasets": [
      {
        "acronym": "text",
        "archived": "2025-07-01T11:32:34.360Z",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "community_resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2025-07-01T11:32:34.360Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "created_at": "2025-07-01T11:32:34.360Z",
              "modified_at": "2025-07-01T11:32:34.360Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2025-07-01T11:32:34.360Z",
              "last_modified_internal": "2025-07-01T11:32:34.360Z"
            },
            "last_modified": "2025-07-01T11:32:34.360Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text",
            "dataset": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "page": "text",
              "title": "text",
              "uri": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "permissions": {
              "delete": true,
              "edit": true,
              "edit_resources": true
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "role": "text"
          }
        ],
        "created_at": "2025-07-01T11:32:34.360Z",
        "deleted": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "featured": true,
        "frequency": "unknown",
        "frequency_date": "2025-07-01T11:32:34.360Z",
        "harvest": {
          "archived": "text",
          "archived_at": "2025-07-01T11:32:34.360Z",
          "backend": "text",
          "ckan_name": "text",
          "ckan_source": "text",
          "created_at": "2025-07-01T11:32:34.360Z",
          "dct_identifier": "text",
          "domain": "text",
          "last_update": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "last_update": "2025-07-01T11:32:34.360Z",
        "license": "notspecified",
        "metrics": {},
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "page": "text",
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        },
        "private": true,
        "quality": {},
        "resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2025-07-01T11:32:34.360Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "created_at": "2025-07-01T11:32:34.360Z",
              "modified_at": "2025-07-01T11:32:34.360Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2025-07-01T11:32:34.360Z",
              "last_modified_internal": "2025-07-01T11:32:34.360Z"
            },
            "last_modified": "2025-07-01T11:32:34.360Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text"
          }
        ],
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "slug": "text",
        "spatial": {
          "geom": {
            "coordinates": [
              {}
            ],
            "type": "Point"
          },
          "granularity": "other",
          "zones": {}
        },
        "tags": [
          "text"
        ],
        "temporal_coverage": {
          "end": "2025-07-01T11:32:34.360Z",
          "start": "2025-07-01T11:32:34.360Z"
        },
        "title": "text",
        "uri": "text"
      }
    ],
    "deleted": "2025-07-01T11:32:34.360Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2025-07-01T11:32:34.360Z",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true
    },
    "private": true,
    "slug": "text",
    "tags": [
      "text"
    ],
    "title": "text",
    "topic": "health",
    "type": "api",
    "uri": "text",
    "url": "text"
  }
]

List all my reuses (including private ones)

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200
Success
application/json
get
GET /api/1/me/reuses/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "archived": "2025-07-01T11:32:34.360Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "created_at": "2025-07-01T11:32:34.360Z",
    "datasets": [
      {
        "acronym": "text",
        "archived": "2025-07-01T11:32:34.360Z",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "community_resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2025-07-01T11:32:34.360Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "created_at": "2025-07-01T11:32:34.360Z",
              "modified_at": "2025-07-01T11:32:34.360Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2025-07-01T11:32:34.360Z",
              "last_modified_internal": "2025-07-01T11:32:34.360Z"
            },
            "last_modified": "2025-07-01T11:32:34.360Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text",
            "dataset": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "page": "text",
              "title": "text",
              "uri": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "permissions": {
              "delete": true,
              "edit": true,
              "edit_resources": true
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "role": "text"
          }
        ],
        "created_at": "2025-07-01T11:32:34.360Z",
        "deleted": "2025-07-01T11:32:34.360Z",
        "description": "text",
        "extras": {},
        "featured": true,
        "frequency": "unknown",
        "frequency_date": "2025-07-01T11:32:34.360Z",
        "harvest": {
          "archived": "text",
          "archived_at": "2025-07-01T11:32:34.360Z",
          "backend": "text",
          "ckan_name": "text",
          "ckan_source": "text",
          "created_at": "2025-07-01T11:32:34.360Z",
          "dct_identifier": "text",
          "domain": "text",
          "last_update": "2025-07-01T11:32:34.360Z",
          "modified_at": "2025-07-01T11:32:34.360Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2025-07-01T11:32:34.360Z",
          "last_modified_internal": "2025-07-01T11:32:34.360Z"
        },
        "last_modified": "2025-07-01T11:32:34.360Z",
        "last_update": "2025-07-01T11:32:34.360Z",
        "license": "notspecified",
        "metrics": {},
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "page": "text",
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        },
        "private": true,
        "quality": {},
        "resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2025-07-01T11:32:34.360Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "created_at": "2025-07-01T11:32:34.360Z",
              "modified_at": "2025-07-01T11:32:34.360Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2025-07-01T11:32:34.360Z",
              "last_modified_internal": "2025-07-01T11:32:34.360Z"
            },
            "last_modified": "2025-07-01T11:32:34.360Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text"
          }
        ],
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "slug": "text",
        "spatial": {
          "geom": {
            "coordinates": [
              {}
            ],
            "type": "Point"
          },
          "granularity": "other",
          "zones": {}
        },
        "tags": [
          "text"
        ],
        "temporal_coverage": {
          "end": "2025-07-01T11:32:34.360Z",
          "start": "2025-07-01T11:32:34.360Z"
        },
        "title": "text",
        "uri": "text"
      }
    ],
    "deleted": "2025-07-01T11:32:34.360Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2025-07-01T11:32:34.360Z",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true
    },
    "private": true,
    "slug": "text",
    "tags": [
      "text"
    ],
    "title": "text",
    "topic": "health",
    "type": "api",
    "uri": "text",
    "url": "text"
  }
]

Dernière mise à jour

Cet article vous a-t-il été utile ?

Revision created

Update faq-cadastre.md