Writerside_libraries Help

Board Documents Page

This will document all the elements of the board documents screen.

1. Screen header

The information required for the screen text and the header image can be retrieved so:

Board documents header

Get page information

Getting the page title and the page's featured image requires two steps (2 requests)

  1. Request the page information

    curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/pages/12' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
    { "id": 12, "date": "2024-05-31T09:54:48", "date_gmt": "2024-05-31T09:54:48", "guid": { "rendered": "http://ma-forum.staging/?page_id=12" }, "modified": "2025-01-20T13:58:46", "modified_gmt": "2025-01-20T13:58:46", "slug": "board-matters", "status": "publish", "type": "page", "link": "https://maforum.ippf.org/board-matters/", "title": { "rendered": "Board Documents" }, "content": { "rendered": "", "protected": false }, "excerpt": { "rendered": "", "protected": false }, "author": 1, "featured_media": 189, "parent": 0, "menu_order": 0, "comment_status": "closed", "ping_status": "closed", "template": "page-documents-tpl.php", "meta": { "_acf_changed": false, "inline_featured_image": false, "footnotes": "" }, "class_list": [ "post-12", "page", "type-page", "status-publish", "has-post-thumbnail", "hentry" ], "acf": { "bt_title": "Board Matters", "bt_description": "<p>Board Matters was created at the request of the IPPF Trustees. Its purpose is to provide members and staff better insight into the governance of the Federation.</p>\n<p>The Board sees transparency and inclusion as integral to good governance. As such, they will provide open access to IPPF Board papers. You can read the key documents here.</p>\n<p>The Board also encourages dialogue with you on governance matters. If you have questions for the Board, you can write to them on their dedicated email account: bot@ippf.org</p>\n<p>Read <a href=\"https://maforum.ippf.org/2025/01/20/questions-answers-with-the-members-of-the-board-of-trustees/\">here</a> the Questions &amp; Answers with the Members of the Board of Trustees</p>\n<p><b>Meet the members of Board of Trustees:</b></p>\n<p><iframe loading=\"lazy\" title=\"The Board of Trustees of IPPF\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vbik3enrgG8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p>&nbsp;</p>\n", "bt_image": { "ID": 1018, "id": 1018, "title": "94212_opt", "filename": "94212_opt.jpg", "filesize": 174512, "url": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt.jpg", "link": "https://maforum.ippf.org/board-matters/94212_opt/", "alt": "", "author": "1", "description": "", "caption": "", "name": "94212_opt", "status": "inherit", "uploaded_to": 12, "date": "2024-07-15 17:47:20", "modified": "2024-07-15 17:47:20", "menu_order": 0, "mime_type": "image/jpeg", "type": "image", "subtype": "jpeg", "icon": "https://maforum.ippf.org/wp-includes/images/media/default.png", "width": 800, "height": 800, "sizes": { "thumbnail": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt-150x150.jpg", "thumbnail-width": 150, "thumbnail-height": 150, "medium": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt-300x300.jpg", "medium-width": 300, "medium-height": 300, "medium_large": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt-768x768.jpg", "medium_large-width": 768, "medium_large-height": 768, "large": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt.jpg", "large-width": 800, "large-height": 800, "1536x1536": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt.jpg", "1536x1536-width": 800, "1536x1536-height": 800, "2048x2048": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt.jpg", "2048x2048-width": 800, "2048x2048-height": 800, "medium-thumb-size": "https://maforum.ippf.org/wp-content/uploads/2024/07/94212_opt-500x500.jpg", "medium-thumb-size-width": 500, "medium-thumb-size-height": 500 } } }, "lang": "en", "translations": { "en": 12, "es": 10143, "fr": 10139, "ar": 10147 }, "pll_sync_post": [], "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/12", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/pages" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/page" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/1" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=12" } ], "version-history": [ { "count": 10, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/12/revisions" } ], "predecessor-version": [ { "id": 15524, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/12/revisions/15524" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/media/189" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=12" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }
    Title

    Ex. "Board ..." - title->rendered

    Header image

    Get the column featured_media and make the media request below.

  2. Request the media info based on information from the page request's response

    To get the featured image, you use the column featured_media which contains the ID of the media item.

    curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/media/55' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
    { "id": 36, "date": "2024-06-03T06:27:27", "date_gmt": "2024-06-03T06:27:27", "guid": { "rendered": "http://ma-forum.staging/wp-content/uploads/2024/06/home-image-opt.jpg" }, "modified": "2024-06-03T06:27:27", "modified_gmt": "2024-06-03T06:27:27", "slug": "home-image-opt", "status": "inherit", "type": "attachment", "link": "https://maforum.ippf.org/ma-forum/home-image-opt/", "title": { "rendered": "home-image-opt" }, "author": 1, "featured_media": 0, "comment_status": "", "ping_status": "closed", "template": "", "meta": { "_acf_changed": false, "inline_featured_image": false }, "class_list": [ "post-36", "attachment", "type-attachment", "status-inherit", "hentry" ], "acf": [], "lang": "en", "translations": { "en": 36, "fr": 9298, "es": 9306, "ar": 9314 }, "pll_sync_post": [], "description": { "rendered": "&lt;p class=\"attachment\"&gt;&lt;a href='https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg'&gt;&lt;img decoding=\"async\" width=\"300\" height=\"176\" src=\"https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg 300w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1024x602.jpg 1024w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-768x451.jpg 768w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1536x902.jpg 1536w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg 1920w\" sizes=\"(max-width: 300px) 100vw, 300px\" /&gt;&lt;/a&gt;&lt;/p&gt;\n" }, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1920, "height": 1128, "file": "2024/06/home-image-opt.jpg", "filesize": 195319, "sizes": { "medium": { "file": "home-image-opt-300x176.jpg", "width": 300, "height": 176, "filesize": 18839, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg" }, "large": { "file": "home-image-opt-1024x602.jpg", "width": 1024, "height": 602, "filesize": 134639, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1024x602.jpg" }, "thumbnail": { "file": "home-image-opt-150x150.jpg", "width": 150, "height": 150, "filesize": 9371, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-150x150.jpg" }, "medium_large": { "file": "home-image-opt-768x451.jpg", "width": 768, "height": 451, "filesize": 85834, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-768x451.jpg" }, "1536x1536": { "file": "home-image-opt-1536x902.jpg", "width": 1536, "height": 902, "filesize": 243107, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1536x902.jpg" }, "medium-thumb-size": { "file": "home-image-opt-500x500.jpg", "width": 500, "height": 500, "filesize": 63891, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-500x500.jpg" }, "full": { "file": "home-image-opt.jpg", "width": 1920, "height": 1128, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "post": 25, "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg", "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media/36", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/attachment" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/1" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=36" } ] } }
    Image URL

    Choose what size you want. I think you should go with large, but you check how it all displays. media_details->sizes->large->source_url

2. Board Matters

The information required for this section can be retrieved from the main page query.

Board matters
Title

Ex. "Board Matters" - acf->bt_title.

Description

Ex. "Board Matters ..." - acf->bt_description

Image

acf->bt_image->url

3. Displaying documents

Filter

To get all documents, use the request below. Filtering will be shown in Postman collection, but displaying results is according to this method. By default, no filters applied.

curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/board-documents?per_page=10&page=1&orderby=date&order=desc&lang=en' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
[ { "id": 18664, "date": "2025-06-30T18:21:54", "date_gmt": "2025-06-30T17:21:54", "guid": { "rendered": "https://maforum.ippf.org/?post_type=board-documents&#038;p=18664" }, "modified": "2025-07-04T19:12:33", "modified_gmt": "2025-07-04T18:12:33", "slug": "june-2025-board-documents", "status": "publish", "type": "board-documents", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/", "title": { "rendered": "June 2025 Board Documents" }, "template": "", "class_list": [ "post-18664", "board-documents", "type-board-documents", "status-publish", "hentry" ], "acf": { "date_d": "June 2025", "language_d": [ { "language_name": "English", "agenda": [ { "document": { "ID": 18665, "id": 18665, "title": "1. 4 BOT AGENDA_JUNE 2025 (ENG)", "filename": "1.-4-BOT-AGENDA_JUNE-2025-ENG.pdf", "filesize": 294597, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.-4-BOT-AGENDA_JUNE-2025-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-4-bot-agenda_june-2025-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-4-bot-agenda_june-2025-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:14:41", "modified": "2025-06-30 17:14:41", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "minutes": [ { "document": { "ID": 18666, "id": 18666, "title": "1.2 IPPF Board of Trustees Minutes March 2025 (ENG)", "filename": "1.2-IPPF-Board-of-Trustees-Minutes-March-2025-ENG.pdf", "filesize": 412462, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.2-IPPF-Board-of-Trustees-Minutes-March-2025-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-2-ippf-board-of-trustees-minutes-march-2025-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-2-ippf-board-of-trustees-minutes-march-2025-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:14:55", "modified": "2025-06-30 17:14:55", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "other": [ { "document": { "ID": 18667, "id": 18667, "title": "0.b Tributes June 2025 (ENG only)", "filename": "0.b-Tributes-June-2025-ENG-only.pdf", "filesize": 182987, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/0.b-Tributes-June-2025-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/0-b-tributes-june-2025-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "0-b-tributes-june-2025-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:15:05", "modified": "2025-06-30 17:15:05", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18668, "id": 18668, "title": "1.3 Update on the matters arising from the March 2025 meeting (ENG)", "filename": "1.3-Update-on-the-matters-arising-from-the-March-2025-meeting-ENG.pdf", "filesize": 146991, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.3-Update-on-the-matters-arising-from-the-March-2025-meeting-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-3-update-on-the-matters-arising-from-the-march-2025-meeting-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-3-update-on-the-matters-arising-from-the-march-2025-meeting-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:15:19", "modified": "2025-06-30 17:15:19", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18669, "id": 18669, "title": "2.1 Charter and branding update (ENG)", "filename": "2.1-Charter-and-branding-update-ENG.pdf", "filesize": 158166, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1-Charter-and-branding-update-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1-charter-and-branding-update-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1-charter-and-branding-update-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:15:30", "modified": "2025-06-30 17:15:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18670, "id": 18670, "title": "2.1a Results of the Charter of Values Indicative vote (ENG)", "filename": "2.1a-Results-of-the-Charter-of-Values-Indicative-vote-ENG.pdf", "filesize": 59196, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1a-Results-of-the-Charter-of-Values-Indicative-vote-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1a-results-of-the-charter-of-values-indicative-vote-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1a-results-of-the-charter-of-values-indicative-vote-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:15:40", "modified": "2025-06-30 17:15:40", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18671, "id": 18671, "title": "2.1b Charter of values - Final text for June BoT endorsement (ENG)", "filename": "2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-ENG.pdf", "filesize": 108832, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1b-charter-of-values-final-text-for-june-bot-endorsement-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1b-charter-of-values-final-text-for-june-bot-endorsement-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:15:52", "modified": "2025-06-30 17:15:52", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18672, "id": 18672, "title": "2.1c Charter of values - Cover note and Table - June BoT (ENG)", "filename": "2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-ENG.pdf", "filesize": 148036, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1c-charter-of-values-cover-note-and-table-june-bot-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1c-charter-of-values-cover-note-and-table-june-bot-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:01", "modified": "2025-06-30 17:16:01", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18673, "id": 18673, "title": "2.2 IPPF Governance Reform Review - Chapter Two (ENG)", "filename": "2.2-IPPF-Governance-Reform-Review-Chapter-Two-ENG.pdf", "filesize": 298028, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2-IPPF-Governance-Reform-Review-Chapter-Two-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2-ippf-governance-reform-review-chapter-two-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2-ippf-governance-reform-review-chapter-two-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:12", "modified": "2025-06-30 17:16:12", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18674, "id": 18674, "title": "2.2a Full report - IPPF Governance Reform Review Chapter Two (ENG only)", "filename": "2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only.pdf", "filesize": 828737, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:20", "modified": "2025-06-30 17:16:20", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18675, "id": 18675, "title": "2.3. Revised Gender Equality Policy (ENG)", "filename": "2.3.-Revised-Gender-Equality-Policy-ENG.pdf", "filesize": 298350, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.3.-Revised-Gender-Equality-Policy-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-3-revised-gender-equality-policy-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-3-revised-gender-equality-policy-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:32", "modified": "2025-06-30 17:16:32", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18676, "id": 18676, "title": "2.4 Update on anti-racism plan of action (ENG)", "filename": "2.4-Update-on-anti-racism-plan-of-action-ENG.pdf", "filesize": 174832, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.4-Update-on-anti-racism-plan-of-action-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-4-update-on-anti-racism-plan-of-action-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-4-update-on-anti-racism-plan-of-action-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:44", "modified": "2025-06-30 17:16:44", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18677, "id": 18677, "title": "2.5 Protect transform and fight back - Annex 1 - Harm Mitigation Allocations (ENG only)", "filename": "2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only.pdf", "filesize": 96083, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:16:53", "modified": "2025-06-30 17:16:53", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18678, "id": 18678, "title": "2.5 Protect transform and Fight back - Annex 2 - ED Advisory Committee ToR (ENG only)", "filename": "2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only.pdf", "filesize": 131834, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:17:04", "modified": "2025-06-30 17:17:04", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18679, "id": 18679, "title": "2.5 Protect transform and figth back - Annex 3 - GIU-ASR operational diagram (ENG only)", "filename": "2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only.pdf", "filesize": 327145, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:17:17", "modified": "2025-06-30 17:17:17", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18680, "id": 18680, "title": "2.5. Protect transform and fight back (ENG)", "filename": "2.5.-Protect-transform-and-fight-back-ENG.pdf", "filesize": 180038, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5.-Protect-transform-and-fight-back-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:17:31", "modified": "2025-06-30 17:17:31", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18681, "id": 18681, "title": "3.1 Annual Performance Report (ENG only)", "filename": "3.1-Annual-Performance-Report-ENG-only.pdf", "filesize": 4446565, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Report-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-report-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-report-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:17:43", "modified": "2025-06-30 17:17:43", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18682, "id": 18682, "title": "3.1 Annual Performance Review 2024- Mid-Term Reflection Update", "filename": "3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update.pdf", "filesize": 125404, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-review-2024-mid-term-reflection-update/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-review-2024-mid-term-reflection-update", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:17:55", "modified": "2025-06-30 17:17:55", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18683, "id": 18683, "title": "3.2. IPPFs Geographical and Political Footprint (ENG)", "filename": "3.2.-IPPFs-Geographical-and-Political-Footprint-ENG.pdf", "filesize": 252154, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.2.-IPPFs-Geographical-and-Political-Footprint-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-2-ippfs-geographical-and-political-footprint-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-2-ippfs-geographical-and-political-footprint-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:18:12", "modified": "2025-06-30 17:18:12", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18684, "id": 18684, "title": "4.1 Chair DG report June 25 (ENG)", "filename": "4.1-Chair-DG-report-June-25-ENG.pdf", "filesize": 201488, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.1-Chair-DG-report-June-25-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-1-chair-dg-report-june-25-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-1-chair-dg-report-june-25-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:18:30", "modified": "2025-06-30 17:18:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18685, "id": 18685, "title": "4.2 Implementation of BoT resolution on Youth following the 2022 General Assembly (ENG)", "filename": "4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-ENG.pdf", "filesize": 182845, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:03", "modified": "2025-06-30 17:19:03", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18686, "id": 18686, "title": "5.1 Board Work Plan (ENG)", "filename": "5.1-Board-Work-Plan-ENG.pdf", "filesize": 367353, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.1-Board-Work-Plan-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-1-board-work-plan-eng-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-1-board-work-plan-eng-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:15", "modified": "2025-06-30 17:19:15", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18687, "id": 18687, "title": "5.2 Review of Governance Calendar (ENG)", "filename": "5.2-Review-of-Governance-Calendar-ENG.pdf", "filesize": 270938, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.2-Review-of-Governance-Calendar-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-2-review-of-governance-calendar-eng-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-2-review-of-governance-calendar-eng-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:24", "modified": "2025-06-30 17:19:24", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18688, "id": 18688, "title": "5.3 Board and Board Committee Recruitment (ENG)", "filename": "5.3-Board-and-Board-Committee-Recruitment-ENG.pdf", "filesize": 96667, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.3-Board-and-Board-Committee-Recruitment-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-3-board-and-board-committee-recruitment-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-3-board-and-board-committee-recruitment-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:35", "modified": "2025-06-30 17:19:35", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18689, "id": 18689, "title": "5.4 Board and Board Committees Performance Review (ENG)", "filename": "5.4-Board-and-Board-Committees-Performance-Review-ENG.pdf", "filesize": 138142, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.4-Board-and-Board-Committees-Performance-Review-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-4-board-and-board-committees-performance-review-eng-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-4-board-and-board-committees-performance-review-eng-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:47", "modified": "2025-06-30 17:19:47", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18690, "id": 18690, "title": "5.5 Update on profile of the (next) Board chairperson (ENG)", "filename": "5.5-Update-on-profile-of-the-next-Board-chairperson-ENG.pdf", "filesize": 111108, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.5-Update-on-profile-of-the-next-Board-chairperson-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-5-update-on-profile-of-the-next-board-chairperson-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-5-update-on-profile-of-the-next-board-chairperson-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:19:58", "modified": "2025-06-30 17:19:58", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18691, "id": 18691, "title": "5.6 Rotation of Board members serving on committees (ENG)", "filename": "5.6-Rotation-of-Board-members-serving-on-committees-ENG.pdf", "filesize": 75815, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.6-Rotation-of-Board-members-serving-on-committees-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-6-rotation-of-board-members-serving-on-committees-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-6-rotation-of-board-members-serving-on-committees-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:20:09", "modified": "2025-06-30 17:20:09", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18692, "id": 18692, "title": "6. PREPARATIONS FOR THE 2025 GENERAL ASSEMBLY (ENG)", "filename": "6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-ENG.pdf", "filesize": 215400, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/6-preparations-for-the-2025-general-assembly-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "6-preparations-for-the-2025-general-assembly-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:20:20", "modified": "2025-06-30 17:20:20", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18693, "id": 18693, "title": "8.a Incident Management Report March 2025 (ENG)", "filename": "8.a-Incident-Management-Report-March-2025-ENG.pdf", "filesize": 258516, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8.a-Incident-Management-Report-March-2025-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8-a-incident-management-report-march-2025-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8-a-incident-management-report-march-2025-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:20:32", "modified": "2025-06-30 17:20:32", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18694, "id": 18694, "title": "8b. Q1 2025 Safeguarding and Incident Management Report (ENG)", "filename": "8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-ENG.pdf", "filesize": 401240, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8b-q1-2025-safeguarding-and-incident-management-report-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8b-q1-2025-safeguarding-and-incident-management-report-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:20:41", "modified": "2025-06-30 17:20:41", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18695, "id": 18695, "title": "9. Background Paper - Reserves Policy (ENG)", "filename": "9.-Background-Paper-Reserves-Policy-ENG.pdf", "filesize": 403516, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Background-Paper-Reserves-Policy-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-background-paper-reserves-policy-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-background-paper-reserves-policy-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:20:54", "modified": "2025-06-30 17:20:54", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18696, "id": 18696, "title": "9. Designation of an additional $ 4 Million effective 31st December 2024 - Protect transform and fight back (ENG)", "filename": "9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-ENG.pdf", "filesize": 171974, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:21:05", "modified": "2025-06-30 17:21:05", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18697, "id": 18697, "title": "9. IPF calculation 2026 (ENG)", "filename": "9.-IPF-calculation-2026-ENG.pdf", "filesize": 324957, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-IPF-calculation-2026-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-ipf-calculation-2026-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-ipf-calculation-2026-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:21:17", "modified": "2025-06-30 17:21:17", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18698, "id": 18698, "title": "9. Reserves Policy (ENG)", "filename": "9.-Reserves-Policy-ENG.pdf", "filesize": 143005, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Reserves-Policy-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-reserves-policy-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-reserves-policy-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:21:27", "modified": "2025-06-30 17:21:27", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18699, "id": 18699, "title": "9.1 CFAR report (ENG)", "filename": "9.1-CFAR-report-ENG.pdf", "filesize": 409180, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.1-CFAR-report-ENG.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-1-cfar-report-eng/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-1-cfar-report-eng", "status": "inherit", "uploaded_to": 18664, "date": "2025-06-30 17:21:37", "modified": "2025-06-30 17:21:37", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ] }, { "language_name": "French", "agenda": [ { "document": { "ID": 18822, "id": 18822, "title": "1. 4 BOT AGENDA_JUNE 2025 (FR)", "filename": "1.-4-BOT-AGENDA_JUNE-2025-FR.pdf", "filesize": 242496, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.-4-BOT-AGENDA_JUNE-2025-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-4-bot-agenda_june-2025-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-4-bot-agenda_june-2025-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:58:30", "modified": "2025-07-04 17:58:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "minutes": [ { "document": { "ID": 18823, "id": 18823, "title": "1.2 IPPF Board of Trustees Minutes March 2025 (FR)", "filename": "1.2-IPPF-Board-of-Trustees-Minutes-March-2025-FR.pdf", "filesize": 561076, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.2-IPPF-Board-of-Trustees-Minutes-March-2025-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-2-ippf-board-of-trustees-minutes-march-2025-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-2-ippf-board-of-trustees-minutes-march-2025-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:58:42", "modified": "2025-07-04 17:58:42", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "other": [ { "document": { "ID": 18824, "id": 18824, "title": "0.b Tributes June 2025 (ENG only)", "filename": "0.b-Tributes-June-2025-ENG-only-1.pdf", "filesize": 182987, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/0.b-Tributes-June-2025-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/0-b-tributes-june-2025-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "0-b-tributes-june-2025-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:58:54", "modified": "2025-07-04 17:58:54", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18825, "id": 18825, "title": "1.3 Update on matters arising from March 2025 meeting (FR)", "filename": "1.3-Update-on-matters-arising-from-March-2025-meeting-FR.pdf", "filesize": 263857, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.3-Update-on-matters-arising-from-March-2025-meeting-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-3-update-on-matters-arising-from-march-2025-meeting-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-3-update-on-matters-arising-from-march-2025-meeting-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:59:08", "modified": "2025-07-04 17:59:08", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18826, "id": 18826, "title": "2.1 Charter and branding update (FR)", "filename": "2.1-Charter-and-branding-update-FR.pdf", "filesize": 285066, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1-Charter-and-branding-update-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1-charter-and-branding-update-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1-charter-and-branding-update-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:59:18", "modified": "2025-07-04 17:59:18", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18827, "id": 18827, "title": "2.1a Results of the Charter of Values Indicative vote (FR)", "filename": "2.1a-Results-of-the-Charter-of-Values-Indicative-vote-FR.pdf", "filesize": 160857, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1a-Results-of-the-Charter-of-Values-Indicative-vote-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1a-results-of-the-charter-of-values-indicative-vote-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1a-results-of-the-charter-of-values-indicative-vote-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:59:34", "modified": "2025-07-04 17:59:34", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18828, "id": 18828, "title": "2.1b Charter of values - Final text for June BoT endorsement (FR)", "filename": "2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-FR.pdf", "filesize": 141421, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1b-charter-of-values-final-text-for-june-bot-endorsement-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1b-charter-of-values-final-text-for-june-bot-endorsement-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:59:44", "modified": "2025-07-04 17:59:44", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18829, "id": 18829, "title": "2.1c Charter of values - Cover note and Table - June BoT (FR)", "filename": "2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-FR.pdf", "filesize": 208710, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1c-charter-of-values-cover-note-and-table-june-bot-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1c-charter-of-values-cover-note-and-table-june-bot-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 17:59:57", "modified": "2025-07-04 17:59:57", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18830, "id": 18830, "title": "2.2 IPPF Governance Reform Review Chapter Two (FR)", "filename": "2.2-IPPF-Governance-Reform-Review-Chapter-Two-FR.pdf", "filesize": 318828, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2-IPPF-Governance-Reform-Review-Chapter-Two-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2-ippf-governance-reform-review-chapter-two-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2-ippf-governance-reform-review-chapter-two-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:08", "modified": "2025-07-04 18:00:08", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18831, "id": 18831, "title": "2.2a Full report - IPPF Governance Reform Review Chapter Two (ENG only)", "filename": "2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only-1.pdf", "filesize": 828737, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:17", "modified": "2025-07-04 18:00:17", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18832, "id": 18832, "title": "2.3. Revised Gender Equality Policy (FR)", "filename": "2.3.-Revised-Gender-Equality-Policy-FR.pdf", "filesize": 436378, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.3.-Revised-Gender-Equality-Policy-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-3-revised-gender-equality-policy-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-3-revised-gender-equality-policy-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:26", "modified": "2025-07-04 18:00:26", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18833, "id": 18833, "title": "2.4 Update on anti-racism plan of action (FR)", "filename": "2.4-Update-on-anti-racism-plan-of-action-FR.pdf", "filesize": 199531, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.4-Update-on-anti-racism-plan-of-action-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-4-update-on-anti-racism-plan-of-action-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-4-update-on-anti-racism-plan-of-action-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:36", "modified": "2025-07-04 18:00:36", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18834, "id": 18834, "title": "2.5 Protect transform and fight back - Annex 1 - Harm Mitigation Allocations (ENG only)", "filename": "2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only-1.pdf", "filesize": 96083, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:47", "modified": "2025-07-04 18:00:47", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18835, "id": 18835, "title": "2.5 Protect transform and Fight back - Annex 2 - ED Advisory Committee ToR (ENG only)", "filename": "2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only-1.pdf", "filesize": 131834, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:00:58", "modified": "2025-07-04 18:00:58", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18836, "id": 18836, "title": "2.5 Protect transform and figth back - Annex 3 - GIU-ASR operational diagram (ENG only)", "filename": "2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only-1.pdf", "filesize": 327145, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:01:07", "modified": "2025-07-04 18:01:07", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18837, "id": 18837, "title": "2.5. Protect transform and fight back (FR)", "filename": "2.5.-Protect-transform-and-fight-back-FR.pdf", "filesize": 231951, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5.-Protect-transform-and-fight-back-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:01:21", "modified": "2025-07-04 18:01:21", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18838, "id": 18838, "title": "3.1 Annual Performance Report (ENG only)", "filename": "3.1-Annual-Performance-Report-ENG-only-1.pdf", "filesize": 4446565, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Report-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-report-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-report-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:01:32", "modified": "2025-07-04 18:01:32", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18839, "id": 18839, "title": "3.1 Annual Performance Review 2024- Mid-Term Reflection Update (FR)", "filename": "3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update-FR.pdf", "filesize": 265368, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-review-2024-mid-term-reflection-update-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-review-2024-mid-term-reflection-update-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:01:42", "modified": "2025-07-04 18:01:42", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18840, "id": 18840, "title": "3.2 IPPFs Geographical and Political Footprint (FR)", "filename": "3.2-IPPFs-Geographical-and-Political-Footprint-FR.pdf", "filesize": 335275, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.2-IPPFs-Geographical-and-Political-Footprint-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-2-ippfs-geographical-and-political-footprint-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-2-ippfs-geographical-and-political-footprint-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:01:53", "modified": "2025-07-04 18:01:53", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18841, "id": 18841, "title": "4.1 Chair DG report June 25 (FR)", "filename": "4.1-Chair-DG-report-June-25-FR.pdf", "filesize": 229337, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.1-Chair-DG-report-June-25-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-1-chair-dg-report-june-25-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-1-chair-dg-report-june-25-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:02:07", "modified": "2025-07-04 18:02:07", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18842, "id": 18842, "title": "4.1a DG's Perfomance Review- 2024 objectives review (ENG only)", "filename": "4.1a-DGs-Perfomance-Review-2024-objectives-review-ENG-only.pdf", "filesize": 309707, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.1a-DGs-Perfomance-Review-2024-objectives-review-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-1a-dgs-perfomance-review-2024-objectives-review-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-1a-dgs-perfomance-review-2024-objectives-review-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:02:21", "modified": "2025-07-04 18:02:21", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18843, "id": 18843, "title": "4.2 Implementation of BoT resolution on Youth following the 2022 General Assembly (FR)", "filename": "4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-FR.pdf", "filesize": 188367, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:02:30", "modified": "2025-07-04 18:02:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18844, "id": 18844, "title": "5.1 Board work plan June 25 (FR)", "filename": "5.1-Board-work-plan-June-25-FR.pdf", "filesize": 537483, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.1-Board-work-plan-June-25-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-1-board-work-plan-june-25-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-1-board-work-plan-june-25-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:02:42", "modified": "2025-07-04 18:02:42", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18845, "id": 18845, "title": "5.2 Review of Governance Calendar (FR)", "filename": "5.2-Review-of-Governance-Calendar-FR-.pdf", "filesize": 374900, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.2-Review-of-Governance-Calendar-FR-.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-2-review-of-governance-calendar-fr-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-2-review-of-governance-calendar-fr-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:02:53", "modified": "2025-07-04 18:02:53", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18846, "id": 18846, "title": "5.3 Board and Board Committee Recruitment (FR)", "filename": "5.3-Board-and-Board-Committee-Recruitment-FR.pdf", "filesize": 117034, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.3-Board-and-Board-Committee-Recruitment-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-3-board-and-board-committee-recruitment-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-3-board-and-board-committee-recruitment-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:03:04", "modified": "2025-07-04 18:03:04", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18847, "id": 18847, "title": "5.4 Board and Board Committees Performance Review (FR)", "filename": "5.4-Board-and-Board-Committees-Performance-Review-FR.pdf", "filesize": 147250, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.4-Board-and-Board-Committees-Performance-Review-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-4-board-and-board-committees-performance-review-fr-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-4-board-and-board-committees-performance-review-fr-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:03:26", "modified": "2025-07-04 18:03:26", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18848, "id": 18848, "title": "5.5 Update on profile of the (next) Board chairperson (FR)", "filename": "5.5-Update-on-profile-of-the-next-Board-chairperson-FR.pdf", "filesize": 91345, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.5-Update-on-profile-of-the-next-Board-chairperson-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-5-update-on-profile-of-the-next-board-chairperson-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-5-update-on-profile-of-the-next-board-chairperson-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:03:38", "modified": "2025-07-04 18:03:38", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18849, "id": 18849, "title": "5.6 Rotation of Board members serving on committees (FR)", "filename": "5.6-Rotation-of-Board-members-serving-on-committees-FR.pdf", "filesize": 119390, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.6-Rotation-of-Board-members-serving-on-committees-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-6-rotation-of-board-members-serving-on-committees-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-6-rotation-of-board-members-serving-on-committees-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:03:52", "modified": "2025-07-04 18:03:52", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18850, "id": 18850, "title": "6. PREPARATIONS FOR THE 2025 GENERAL ASSEMBLY (FR)", "filename": "6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-FR.pdf", "filesize": 317945, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/6-preparations-for-the-2025-general-assembly-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "6-preparations-for-the-2025-general-assembly-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:05", "modified": "2025-07-04 18:04:05", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18851, "id": 18851, "title": "7. Report from the Membership Committee (FR)", "filename": "7.-Report-from-the-Membership-Committee-FR.pdf", "filesize": 241611, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/7.-Report-from-the-Membership-Committee-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/7-report-from-the-membership-committee-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "7-report-from-the-membership-committee-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:15", "modified": "2025-07-04 18:04:15", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18852, "id": 18852, "title": "8a. Incident Management Report March 2025 (FR)", "filename": "8a.-Incident-Management-Report-March-2025-FR.pdf", "filesize": 384026, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8a.-Incident-Management-Report-March-2025-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8a-incident-management-report-march-2025-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8a-incident-management-report-march-2025-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:25", "modified": "2025-07-04 18:04:25", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18853, "id": 18853, "title": "8b. Q1 2025 Safeguarding and Incident Management Report (FR)", "filename": "8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-FR.pdf", "filesize": 412810, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8b-q1-2025-safeguarding-and-incident-management-report-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8b-q1-2025-safeguarding-and-incident-management-report-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:35", "modified": "2025-07-04 18:04:35", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18854, "id": 18854, "title": "9. Background paper for reserves policy FR", "filename": "9.-Background-paper-for-reserves-policy-FR.pdf", "filesize": 390137, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Background-paper-for-reserves-policy-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-background-paper-for-reserves-policy-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-background-paper-for-reserves-policy-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:46", "modified": "2025-07-04 18:04:46", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18855, "id": 18855, "title": "9. Designation of an additional $ 4 Million effective 31st December 2024 - Protect transform and fight back (FR)", "filename": "9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-FR.pdf", "filesize": 214378, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:04:57", "modified": "2025-07-04 18:04:57", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18856, "id": 18856, "title": "9. IPF calculation 2026 v2 FR", "filename": "9.-IPF-calculation-2026-v2-FR.pdf", "filesize": 354140, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-IPF-calculation-2026-v2-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-ipf-calculation-2026-v2-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-ipf-calculation-2026-v2-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:05:07", "modified": "2025-07-04 18:05:07", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18857, "id": 18857, "title": "9. Reserves Policy FR", "filename": "9.-Reserves-Policy-FR.pdf", "filesize": 356081, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Reserves-Policy-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-reserves-policy-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-reserves-policy-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:05:17", "modified": "2025-07-04 18:05:17", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18858, "id": 18858, "title": "9.1 CFAR report (FR)", "filename": "9.1-CFAR-report-FR.pdf", "filesize": 386134, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.1-CFAR-report-FR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-1-cfar-report-fr/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-1-cfar-report-fr", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:05:30", "modified": "2025-07-04 18:05:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18859, "id": 18859, "title": "Resolutions Sheet for June 2025 (ENG only)", "filename": "Resolutions-Sheet-for-June-2025-ENG-only.pdf", "filesize": 155619, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/Resolutions-Sheet-for-June-2025-ENG-only.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/resolutions-sheet-for-june-2025-eng-only/", "alt": "", "author": "4", "description": "", "caption": "", "name": "resolutions-sheet-for-june-2025-eng-only", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:05:41", "modified": "2025-07-04 18:05:41", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ] }, { "language_name": "Arabic", "agenda": [ { "document": { "ID": 18860, "id": 18860, "title": "1. 4 BOT AGENDA_JUNE 2025 (AR)", "filename": "1.-4-BOT-AGENDA_JUNE-2025-AR.pdf", "filesize": 216041, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.-4-BOT-AGENDA_JUNE-2025-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-4-bot-agenda_june-2025-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-4-bot-agenda_june-2025-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:00", "modified": "2025-07-04 18:06:00", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "minutes": [ { "document": { "ID": 18861, "id": 18861, "title": "1.2 IPPF Board of Trustees Minutes March 2025 (AR)", "filename": "1.2-IPPF-Board-of-Trustees-Minutes-March-2025-AR.pdf", "filesize": 455024, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.2-IPPF-Board-of-Trustees-Minutes-March-2025-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-2-ippf-board-of-trustees-minutes-march-2025-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-2-ippf-board-of-trustees-minutes-march-2025-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:11", "modified": "2025-07-04 18:06:11", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ], "other": [ { "document": { "ID": 18862, "id": 18862, "title": "0.b Tributes June 2025 (ENG only)", "filename": "0.b-Tributes-June-2025-ENG-only-2.pdf", "filesize": 182987, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/0.b-Tributes-June-2025-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/0-b-tributes-june-2025-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "0-b-tributes-june-2025-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:21", "modified": "2025-07-04 18:06:21", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18863, "id": 18863, "title": "1.3 Update on the matters arising from the March 2025 meeting (AR)", "filename": "1.3-Update-on-the-matters-arising-from-the-March-2025-meeting-AR.pdf", "filesize": 240797, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/1.3-Update-on-the-matters-arising-from-the-March-2025-meeting-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/1-3-update-on-the-matters-arising-from-the-march-2025-meeting-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "1-3-update-on-the-matters-arising-from-the-march-2025-meeting-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:30", "modified": "2025-07-04 18:06:30", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18864, "id": 18864, "title": "2.1 c Charter of values - Cover note and Table - June BoT (AR)", "filename": "2.1-c-Charter-of-values-Cover-note-and-Table-June-BoT-AR.pdf", "filesize": 275849, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1-c-Charter-of-values-Cover-note-and-Table-June-BoT-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1-c-charter-of-values-cover-note-and-table-june-bot-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1-c-charter-of-values-cover-note-and-table-june-bot-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:39", "modified": "2025-07-04 18:06:39", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18865, "id": 18865, "title": "2.1 Charter and branding update (AR)", "filename": "2.1-Charter-and-branding-update-AR.pdf", "filesize": 180141, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1-Charter-and-branding-update-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1-charter-and-branding-update-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1-charter-and-branding-update-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:49", "modified": "2025-07-04 18:06:49", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18866, "id": 18866, "title": "2.1a Results of the Charter of Values Indicative vote (AR)", "filename": "2.1a-Results-of-the-Charter-of-Values-Indicative-vote-AR.pdf", "filesize": 109513, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1a-Results-of-the-Charter-of-Values-Indicative-vote-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1a-results-of-the-charter-of-values-indicative-vote-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1a-results-of-the-charter-of-values-indicative-vote-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:06:59", "modified": "2025-07-04 18:06:59", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18867, "id": 18867, "title": "2.1b Charter of values - Final text for June BoT endorsement (AR)", "filename": "2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-AR.pdf", "filesize": 151193, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1b-Charter-of-values-Final-text-for-June-BoT-endorsement-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1b-charter-of-values-final-text-for-june-bot-endorsement-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1b-charter-of-values-final-text-for-june-bot-endorsement-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:07:07", "modified": "2025-07-04 18:07:07", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18868, "id": 18868, "title": "2.1c Charter of values - Cover note and Table - June BoT (AR)", "filename": "2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-AR.pdf", "filesize": 294285, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.1c-Charter-of-values-Cover-note-and-Table-June-BoT-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-1c-charter-of-values-cover-note-and-table-june-bot-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-1c-charter-of-values-cover-note-and-table-june-bot-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:07:20", "modified": "2025-07-04 18:07:20", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18869, "id": 18869, "title": "2.2 IPPF Governance Reform Review - Chapter 2 (AR)", "filename": "2.2-IPPF-Governance-Reform-Review-Chapter-2-AR.pdf", "filesize": 507794, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2-IPPF-Governance-Reform-Review-Chapter-2-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2-ippf-governance-reform-review-chapter-2-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2-ippf-governance-reform-review-chapter-2-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:07:31", "modified": "2025-07-04 18:07:31", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18870, "id": 18870, "title": "2.2a Full report - IPPF Governance Reform Review Chapter Two (ENG only)", "filename": "2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only-2.pdf", "filesize": 828737, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.2a-Full-report-IPPF-Governance-Reform-Review-Chapter-Two-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-2a-full-report-ippf-governance-reform-review-chapter-two-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:07:42", "modified": "2025-07-04 18:07:42", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18871, "id": 18871, "title": "2.3. Revised Gender Equality Policy (AR)", "filename": "2.3.-Revised-Gender-Equality-Policy-AR.pdf", "filesize": 438228, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.3.-Revised-Gender-Equality-Policy-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-3-revised-gender-equality-policy-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-3-revised-gender-equality-policy-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:07:51", "modified": "2025-07-04 18:07:51", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18872, "id": 18872, "title": "2.4 Update on anti-racism plan of action (AR)", "filename": "2.4-Update-on-anti-racism-plan-of-action-AR.pdf", "filesize": 165021, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.4-Update-on-anti-racism-plan-of-action-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-4-update-on-anti-racism-plan-of-action-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-4-update-on-anti-racism-plan-of-action-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:04", "modified": "2025-07-04 18:08:04", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18873, "id": 18873, "title": "2.5 Protect transform and fight back - Annex 1 - Harm Mitigation Allocations (ENG only)", "filename": "2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only-2.pdf", "filesize": 96083, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-fight-back-Annex-1-Harm-Mitigation-Allocations-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-1-harm-mitigation-allocations-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:14", "modified": "2025-07-04 18:08:14", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18874, "id": 18874, "title": "2.5 Protect transform and Fight back - Annex 2 - ED Advisory Committee ToR (ENG only)", "filename": "2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only-2.pdf", "filesize": 131834, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-Fight-back-Annex-2-ED-Advisory-Committee-ToR-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-annex-2-ed-advisory-committee-tor-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:24", "modified": "2025-07-04 18:08:24", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18875, "id": 18875, "title": "2.5 Protect transform and figth back - Annex 3 - GIU-ASR operational diagram (ENG only)", "filename": "2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only-2.pdf", "filesize": 327145, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5-Protect-transform-and-figth-back-Annex-3-GIU-ASR-operational-diagram-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-figth-back-annex-3-giu-asr-operational-diagram-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:38", "modified": "2025-07-04 18:08:38", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18876, "id": 18876, "title": "2.5. Protect transform and fight back (AR)", "filename": "2.5.-Protect-transform-and-fight-back-AR.pdf", "filesize": 288997, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/2.5.-Protect-transform-and-fight-back-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/2-5-protect-transform-and-fight-back-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "2-5-protect-transform-and-fight-back-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:47", "modified": "2025-07-04 18:08:47", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18877, "id": 18877, "title": "3.1 Annual Performance Report (ENG only)", "filename": "3.1-Annual-Performance-Report-ENG-only-2.pdf", "filesize": 4446565, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Report-ENG-only-2.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-report-eng-only-3/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-report-eng-only-3", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:08:59", "modified": "2025-07-04 18:08:59", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18878, "id": 18878, "title": "3.1 Annual Performance Review 2024- Mid-Term Reflection Update (AR)", "filename": "3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update-AR.pdf", "filesize": 278603, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.1-Annual-Performance-Review-2024-Mid-Term-Reflection-Update-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-1-annual-performance-review-2024-mid-term-reflection-update-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-1-annual-performance-review-2024-mid-term-reflection-update-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:08", "modified": "2025-07-04 18:09:08", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18879, "id": 18879, "title": "3.2. IPPFs Geographical and Political Footprint (AR)", "filename": "3.2.-IPPFs-Geographical-and-Political-Footprint-AR.pdf", "filesize": 259818, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/3.2.-IPPFs-Geographical-and-Political-Footprint-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/3-2-ippfs-geographical-and-political-footprint-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "3-2-ippfs-geographical-and-political-footprint-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:17", "modified": "2025-07-04 18:09:17", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18880, "id": 18880, "title": "4.1 Chair DG report June 25 (AR)", "filename": "4.1-Chair-DG-report-June-25-AR.pdf", "filesize": 195157, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.1-Chair-DG-report-June-25-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-1-chair-dg-report-june-25-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-1-chair-dg-report-june-25-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:27", "modified": "2025-07-04 18:09:27", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18881, "id": 18881, "title": "4.2 Implementation of BoT resolution on Youth following the 2022 General Assembly (AR)", "filename": "4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-AR.pdf", "filesize": 213208, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/4.2-Implementation-of-BoT-resolution-on-Youth-following-the-2022-General-Assembly-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "4-2-implementation-of-bot-resolution-on-youth-following-the-2022-general-assembly-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:36", "modified": "2025-07-04 18:09:36", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18882, "id": 18882, "title": "5.1 Board Work Plan (AR)", "filename": "5.1-Board-Work-Plan-AR.pdf", "filesize": 393068, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.1-Board-Work-Plan-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-1-board-work-plan-ar-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-1-board-work-plan-ar-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:49", "modified": "2025-07-04 18:09:49", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18883, "id": 18883, "title": "5.2 Review of Governance Calendar (AR)", "filename": "5.2-Review-of-Governance-Calendar-AR.pdf", "filesize": 355393, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.2-Review-of-Governance-Calendar-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-2-review-of-governance-calendar-ar-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-2-review-of-governance-calendar-ar-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:09:58", "modified": "2025-07-04 18:09:58", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18884, "id": 18884, "title": "5.3 Board and Board Committee Recruitment (AR)", "filename": "5.3-Board-and-Board-Committee-Recruitment-AR.pdf", "filesize": 175017, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.3-Board-and-Board-Committee-Recruitment-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-3-board-and-board-committee-recruitment-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-3-board-and-board-committee-recruitment-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:08", "modified": "2025-07-04 18:10:08", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18885, "id": 18885, "title": "5.4 Board and Board Committees Performance Review (AR)", "filename": "5.4-Board-and-Board-Committees-Performance-Review-AR.pdf", "filesize": 276802, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.4-Board-and-Board-Committees-Performance-Review-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-4-board-and-board-committees-performance-review-ar-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-4-board-and-board-committees-performance-review-ar-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:18", "modified": "2025-07-04 18:10:18", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18886, "id": 18886, "title": "5.5 Update on profile of the (next) Board chairperson (AR)", "filename": "5.5-Update-on-profile-of-the-next-Board-chairperson-AR.pdf", "filesize": 159412, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.5-Update-on-profile-of-the-next-Board-chairperson-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-5-update-on-profile-of-the-next-board-chairperson-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-5-update-on-profile-of-the-next-board-chairperson-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:27", "modified": "2025-07-04 18:10:27", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18887, "id": 18887, "title": "5.6 Rotation of Board members serving on committees (AR)", "filename": "5.6-Rotation-of-Board-members-serving-on-committees-AR.pdf", "filesize": 119447, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/5.6-Rotation-of-Board-members-serving-on-committees-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/5-6-rotation-of-board-members-serving-on-committees-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "5-6-rotation-of-board-members-serving-on-committees-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:36", "modified": "2025-07-04 18:10:36", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18888, "id": 18888, "title": "6. PREPARATIONS FOR THE 2025 GENERAL ASSEMBLY (AR)", "filename": "6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-AR.pdf", "filesize": 269191, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/6.-PREPARATIONS-FOR-THE-2025-GENERAL-ASSEMBLY-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/6-preparations-for-the-2025-general-assembly-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "6-preparations-for-the-2025-general-assembly-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:46", "modified": "2025-07-04 18:10:46", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18889, "id": 18889, "title": "7. REPORT FROM THE MEMBERSHIP COMMITTEE (AR)", "filename": "7.-REPORT-FROM-THE-MEMBERSHIP-COMMITTEE-AR.pdf", "filesize": 343553, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/7.-REPORT-FROM-THE-MEMBERSHIP-COMMITTEE-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/7-report-from-the-membership-committee-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "7-report-from-the-membership-committee-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:10:57", "modified": "2025-07-04 18:10:57", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18890, "id": 18890, "title": "8.a Incident Management Report March 2025 (AR)", "filename": "8.a-Incident-Management-Report-March-2025-AR.pdf", "filesize": 296377, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8.a-Incident-Management-Report-March-2025-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8-a-incident-management-report-march-2025-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8-a-incident-management-report-march-2025-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:06", "modified": "2025-07-04 18:11:06", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18891, "id": 18891, "title": "8b. Q1 2025 Safeguarding and Incident Management Report (AR)", "filename": "8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-AR.pdf", "filesize": 529950, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/8b.-Q1-2025-Safeguarding-and-Incident-Management-Report-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/8b-q1-2025-safeguarding-and-incident-management-report-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "8b-q1-2025-safeguarding-and-incident-management-report-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:15", "modified": "2025-07-04 18:11:15", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18892, "id": 18892, "title": "9. Background Paper - Reserves Policy (AR)", "filename": "9.-Background-Paper-Reserves-Policy-AR.pdf", "filesize": 494459, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Background-Paper-Reserves-Policy-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-background-paper-reserves-policy-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-background-paper-reserves-policy-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:24", "modified": "2025-07-04 18:11:24", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18893, "id": 18893, "title": "9. Designation of an additional $ 4 Million effective 31st December 2024 - Protect transform and fight back (AR)", "filename": "9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-AR.pdf", "filesize": 282055, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Designation-of-an-additional-4-Million-effective-31st-December-2024-Protect-transform-and-fight-back-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-designation-of-an-additional-4-million-effective-31st-december-2024-protect-transform-and-fight-back-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:35", "modified": "2025-07-04 18:11:35", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18894, "id": 18894, "title": "9. IPF calculation 2026 (AR)", "filename": "9.-IPF-calculation-2026-AR.pdf", "filesize": 596275, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-IPF-calculation-2026-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-ipf-calculation-2026-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-ipf-calculation-2026-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:44", "modified": "2025-07-04 18:11:44", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18895, "id": 18895, "title": "9. Reserves Policy (AR)", "filename": "9.-Reserves-Policy-AR.pdf", "filesize": 167842, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.-Reserves-Policy-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-reserves-policy-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-reserves-policy-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:11:55", "modified": "2025-07-04 18:11:55", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18896, "id": 18896, "title": "9.1 CFAR report (AR)", "filename": "9.1-CFAR-report-AR.pdf", "filesize": 507807, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/9.1-CFAR-report-AR.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/9-1-cfar-report-ar/", "alt": "", "author": "4", "description": "", "caption": "", "name": "9-1-cfar-report-ar", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:12:08", "modified": "2025-07-04 18:12:08", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } }, { "document": { "ID": 18897, "id": 18897, "title": "Resolutions Sheet for June 2025 (ENG only)", "filename": "Resolutions-Sheet-for-June-2025-ENG-only-1.pdf", "filesize": 155619, "url": "https://maforum.ippf.org/wp-content/uploads/2025/06/Resolutions-Sheet-for-June-2025-ENG-only-1.pdf", "link": "https://maforum.ippf.org/board-documents/june-2025-board-documents/resolutions-sheet-for-june-2025-eng-only-2/", "alt": "", "author": "4", "description": "", "caption": "", "name": "resolutions-sheet-for-june-2025-eng-only-2", "status": "inherit", "uploaded_to": 18664, "date": "2025-07-04 18:12:19", "modified": "2025-07-04 18:12:19", "menu_order": 0, "mime_type": "application/pdf", "type": "application", "subtype": "pdf", "icon": "https://maforum.ippf.org/wp-includes/images/media/document.png" } } ] } ] }, "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/board-documents/18664", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/board-documents" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/board-documents" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=18664" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, ]
Grouping title

Small text above "June 2025" - acf->date_d. For second part, ex: "June 2025 Board Documents" - title->rendered.

Agenda grouping

Listing agenda documents - Loop through acf->language_d->agenda. Document title is acf->language_d->agenda->document->title and url is afc->language_d->agenda->document->url

Minutes grouping

Listing minutes documents - Loop through acf->language_d->minutes. Document title is acf->language_d->minutes->document->title and url is afc->language_d->minutes->document->url

Other grouping

Listing other documents - Loop through acf->language_d->other. Document title is acf->language_d->other->document->title and url is afc->language_d->other->document->url

4. Filtering

You will use the same call as above with filters. Those will be in the Postman collection. All the filtering apparently should be done by you :)). They don't filter by anything in the API call.

Here are the filter columns and how to get the values for them.

a. YEAR

Values are ['2021','2022','2023','2024','2025']

b. MONTH

Values are ['January', 'February','March','April','May','June','July','August','September']

5. Board members

Filter

I'm going to leave the api call for it, but the answer will be empty. Pretty sure they moved this to an external website, so we should ignore it.

curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/board-members?per_page=10&page=1&orderby=date&order=desc&lang=en' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
19 August 2025